| | |
| | | 'We\'ll get back to you as soon as we can - usually pretty quick (unless it\'s a Monday or a Tuesday)' |
| | | ], |
| | | 'email_subject' => '[CONTACT]', |
| | | 'preheader' => 'New message with the team at Legacy. Respond to this email with additional details.', |
| | | 'fields' => [ |
| | | '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?' |
| | | ] |
| | | ] |