| | |
| | | ], |
| | | 'email_subject' => '[Partner] Inquiry', |
| | | 'fields' => [ |
| | | 'your_name' => [ |
| | | 'name' => [ |
| | | 'type' => 'text', |
| | | 'label' => 'Your Name', |
| | | 'autocomplete' => 'name', |
| | | 'required'=> true, |
| | | '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' => [ |
| | |
| | | 'doctor' => 'Healthcare Provider', |
| | | 'mental_health' => 'Mental Health Services', |
| | | 'indigenous' => 'Indigenous Services', |
| | | 'other' |
| | | 'other' => 'Other', |
| | | ], |
| | | 'section' => 'organization' |
| | | ], |
| | |
| | | 'notes' => [ |
| | | 'type' => 'textarea', |
| | | 'label' => 'Tell us more', |
| | | 'quill' => true, |
| | | 'section' => 'referrals', |
| | | 'hint' => 'What would be most helpful for us to know about your organization and the people you serve?' |
| | | ] |