| | |
| | | 'We\'ll get back to you as soon as we can - usually pretty quick (unless it\'s a Monday or a Tuesday)' |
| | | ], |
| | | 'email_subject' => 'New Estimate Request', |
| | | 'preheader' => 'Get your estimate with the team at Legacy. Respond to this email with additional details.', |
| | | 'fields' => [ |
| | | 'first_name' => [ |
| | | 'name' => [ |
| | | 'type' => 'text', |
| | | 'label' => 'First Name', |
| | | 'label' => 'Your Name', |
| | | 'autocomplete'=> 'name', |
| | | 'required' => true, |
| | | 'section' => 'about_you', |
| | | ], |
| | | 'last_name' => [ |
| | | 'type' => 'text', |
| | | 'label' => 'Last Name', |
| | | 'required' => true, |
| | | 'section' => 'about_you', |
| | | ], |
| | | // 'last_name' => [ |
| | | // 'type' => 'text', |
| | | // 'label' => 'Last Name', |
| | | // 'autocomplete' => 'family-name', |
| | | // 'required' => true, |
| | | // 'section' => 'about_you', |
| | | // ], |
| | | 'email' => [ |
| | | 'type' => 'email', |
| | | 'label' => 'Email', |
| | | 'autocomplete' => 'email', |
| | | 'required' => true, |
| | | 'section' => 'about_you', |
| | | ], |
| | | 'phone' => [ |
| | | 'type' => 'tel', |
| | | 'label' => 'Phone', |
| | | 'autocomplete' => 'tel', |
| | | 'required' => true, |
| | | 'section' => 'about_you', |
| | | ], |
| | |
| | | ], |
| | | 'age' => [ |
| | | 'type' => 'text', |
| | | 'subtype' => 'number', |
| | | 'label' => 'How old is your tattoo?', |
| | | 'section' => 'tattoo', |
| | | ], |
| | |
| | | 'section' => 'tattoo', |
| | | ], |
| | | 'photos' => [ |
| | | 'type' => 'gallery', |
| | | 'type' => 'upload', |
| | | 'label' => 'Photo(s) of Tattoo', |
| | | 'multiple' => true, |
| | | 'section' => 'tattoo', |
| | | 'description' => 'Make sure we can get a sense of scale.' |
| | | ], |
| | | 'notes' => [ |
| | | 'type' => 'textarea', |
| | | 'label' => 'Anything else to add?', |
| | | 'section' => 'tattoo', |
| | | ] |
| | | ] |
| | | ]; |