'Partner with Us', // 'description' => '', 'submit' => 'Submit Form', '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)' ], 'email_subject' => '[Partner] Inquiry', 'fields' => [ 'name' => [ 'type' => 'text', 'label' => 'Your Name', 'autocomplete' => 'name', 'required'=> true, 'section' => 'about_you', ], 'your_role' => [ 'type' => 'text', 'label' => 'Your Role/Title', 'required'=> true, 'section' => 'about_you', ], 'email' => [ 'type' => 'email', 'label' => 'Email', 'autocomplete' => 'email', 'required' => true, 'section' => 'about_you', ], 'phone' => [ 'type' => 'tel', 'label' => 'Phone', 'required' => true, 'autocomplete' => 'tel', 'section' => 'about_you', ], 'contact' => [ 'type' => 'checkbox', 'label' => 'Preferred Contact', 'options' => [ 'text' => 'Text', 'email' => 'Email', 'call' => 'Call', ], 'section' => 'about_you', ], 'organization_name' => [ 'type' => 'text', 'label' => 'Organization Name', 'required' => true, 'section' => 'organization', ], 'website' => [ 'type' => 'url', 'label' => 'Organization Website', 'section' => 'organization', ], 'type' => [ 'type' => 'checkbox', 'label' => 'Organization Type', 'options' => [ 'po' => 'Parole Officer', 'sw' => 'Social Services', 'cow' => 'Community Outreach', 'doctor' => 'Healthcare Provider', 'mental_health' => 'Mental Health Services', 'indigenous' => 'Indigenous Services', 'other' => 'Other', ], 'section' => 'organization' ], 'location' => [ 'type' => 'radio', 'label' => 'Where are your clients located?', 'options' => [ 'yeg' => 'Edmonton Area', 'elsewhere'=> 'Elsewhere in Alberta', 'other'=> 'Other' ], 'section' => 'organization', ], 'intent' => [ 'type' => 'radio', 'label' => 'Are you', 'options' => [ 'individual' => 'Referring a specific individual right now', 'partner' => 'Exploring partnership opportunities', 'both' => 'Both', ], 'section' => 'referrals', ], 'notes' => [ 'type' => 'textarea', 'label' => 'Tell us more', 'section' => 'referrals', 'hint' => 'What would be most helpful for us to know about your organization and the people you serve?' ] ] ]; }