Jake Vanderwerf
2025-12-23 76d68c97f572120dc75d0501cc82acf4022d6b33
forms/partner.php
@@ -13,9 +13,10 @@
        ],
        'email_subject' => '[Partner] Inquiry',
        'fields'        => [
            'your_name'     => [
            'name'     => [
                'type'  => 'text',
                'label' => 'Your Name',
                'autocomplete'  => 'name',
                'required'=> true,
                'section'   => 'about_you',
            ],
@@ -28,6 +29,7 @@
            'email'         => [
                'type'  => 'email',
                'label' => 'Email',
                'autocomplete' => 'email',
                'required' => true,
                'section'   => 'about_you',
            ],
@@ -35,6 +37,7 @@
                'type'  => 'tel',
                'label' => 'Phone',
                'required' => true,
                'autocomplete' => 'tel',
                'section'   => 'about_you',
            ],
            'contact'       => [
@@ -68,7 +71,7 @@
                    'doctor'   => 'Healthcare Provider',
                    'mental_health' => 'Mental Health Services',
                    'indigenous' => 'Indigenous Services',
                    'other'
                    'other' => 'Other',
                ],
                'section' => 'organization'
            ],
@@ -95,7 +98,6 @@
            '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?'
            ]