| | |
| | | 'first_name' => [ |
| | | 'type' => 'text', |
| | | 'label' => 'First Name', |
| | | 'autocomplete' => 'given-name', |
| | | 'required' => true, |
| | | 'section' => 'about_you', |
| | | ], |
| | |
| | | 'type' => 'text', |
| | | 'label' => 'Last Name', |
| | | 'required' => true, |
| | | 'autocomplete'=> 'family-name', |
| | | 'section' => 'about_you', |
| | | ], |
| | | 'email' => [ |
| | | 'type' => 'email', |
| | | 'label' => 'Email', |
| | | 'autocomplete' => 'email', |
| | | 'required' => true, |
| | | 'section' => 'about_you', |
| | | ], |
| | |
| | | 'type' => 'tel', |
| | | 'label' => 'Phone', |
| | | 'required' => true, |
| | | 'autocomplete' => 'tel', |
| | | 'section' => 'about_you', |
| | | ], |
| | | 'contact' => [ |
| | |
| | | ], |
| | | 'message' => [ |
| | | 'type' => 'textarea', |
| | | 'quill' => true, |
| | | 'label' => 'What do you want to say?' |
| | | ] |
| | | ] |