templates/components/inquiry/_mail_phone.html.twig line 1

Open in your IDE?
  1. {{ form_row(form.email, {
  2.   "attr": {
  3.     "placeholder": "メールアドレス"
  4.   }
  5. }) }}
  6. {{ form_row(form.phone, {
  7.   "attr": {
  8.     "placeholder": "000-0000-0000"
  9.   }
  10. }) }}