| | |
| | | function altr_contact():array |
| | | { |
| | | return [ |
| | | 'title' => 'Contact', |
| | | 'description' => [ |
| | | 'You can always text, call, or email.', |
| | | 'Or you can fill out this form and we\'ll get back to you as soon as we can.', |
| | | ], |
| | | 'title' => '', |
| | | 'description' => [], |
| | | 'submit' => 'Contact', |
| | | 'success_title' => 'Success!', |
| | | 'success_description' => [ |
| | | 'We got it.', |
| | | 'We\'ll get back to you as soon as we can - usually pretty quick (unless it\'s a Monday or a Tuesday)' |
| | | 'Got it.', |
| | | 'I\'ll get back to you as soon as we can - usually pretty quick.' |
| | | ], |
| | | 'email_subject' => '[CONTACT]', |
| | | 'fields' => [ |
| | |
| | | 'message' => [ |
| | | 'type' => 'textarea', |
| | | 'quill' => true, |
| | | 'label' => 'What do you want to say?' |
| | | 'label' => 'What do you need to talk about?' |
| | | ] |
| | | ] |
| | | ]; |