Jake Vanderwerf
2026-02-10 8c4279f9bbe7ec4681412865b999f2f4457d80ac
forms/partner.php
@@ -11,11 +11,12 @@
            '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',
        'email_subject' => '[Partner] Inquiry','preheader' => 'New message with the team at Legacy. Respond to this email with additional details.',
        '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?'
            ]