'', 'description' => [], 'submit' => 'Contact', 'success_title' => 'Success!', 'success_description' => [ 'We got it.', 'We\'ll get back to you as soon as we can' ], 'email_subject' => '[CONTACT]', 'fields' => [ 'first_name' => [ 'type' => 'text', 'label' => 'First Name', 'required' => true, 'section' => 'about_you', ], 'last_name' => [ 'type' => 'text', 'label' => 'Last Name', 'required' => true, 'section' => 'about_you', ], 'email' => [ 'type' => 'email', 'label' => 'Email', 'required' => true, 'section' => 'about_you', ], 'phone' => [ 'type' => 'tel', 'label' => 'Phone', 'required' => true, 'section' => 'about_you', ], 'contact' => [ 'type' => 'checkbox', 'label' => 'Preferred Contact', 'options' => [ 'text' => 'Text', 'email' => 'Email', 'call' => 'Call', ], 'section' => 'about_you', ], 'message' => [ 'type' => 'textarea', 'quill' => true, 'label' => 'What do you want to say?' ] ] ]; }