{% include "components/form/_row.html.twig" with {
form: form.name,
attr: {
placeholder: "田中 太郎"
}
} %}
{% include "components/form/_row.html.twig" with {
form: form.kana,
attr: {
placeholder: "たなか たろう"
}
} %}
{% include "components/form/_row.html.twig" with {
form: form.phone,
attr: {
placeholder: "000-0000-0000"
}
} %}
{% include "components/form/_row.html.twig" with {
form: form.email,
attr: {
placeholder: "XXXXXX@XXXX.com"
}
} %}
{% include "components/form/_row.html.twig" with {
form: form.message
} %}