'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.', ], '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)' ], 'email_subject' => '[CONTACT]', 'fields' => [ 'first_name' => [ 'type' => 'text', 'label' => 'First Name', 'autocomplete' => 'given-name', 'required' => true, 'section' => 'about_you', ], 'last_name' => [ 'type' => 'text', 'label' => 'Last Name', 'required' => true, 'autocomplete'=> 'family-name', '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', ], 'type' => [ 'type' => 'radio', 'label' => 'Nature of your Inquiry', 'options' => [ 'residential' => 'Residential', 'business' => 'Business', ] ], 'subtype' => [ 'type' => 'radio', 'label' => 'Type of Inquiry', 'options' => [ 'sales' => 'Sales', 'repairs' => 'Repairs', 'protection' => 'Protection Plan', ] ], 'message' => [ 'type' => 'textarea', 'label' => 'How can I help?', 'hint' => 'Include general information about your idea, as well as details such as timeline, budget, location - the more the better!' ] ] ]; }