'Get an Estimate', 'submit' => 'Get your estimate', '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' => 'New Estimate Request', 'fields' => [ 'first_name' => [ 'type' => 'text', 'label' => 'First Name', 'autocomplete'=> 'given-name', 'required' => true, 'section' => 'about_you', ], 'last_name' => [ 'type' => 'text', 'label' => 'Last Name', 'autocomplete' => 'family-name', 'required' => true, 'section' => 'about_you', ], 'email' => [ 'type' => 'email', 'label' => 'Email', 'autocomplete' => 'email', 'required' => true, 'section' => 'about_you', ], 'phone' => [ 'type' => 'tel', 'label' => 'Phone', 'autocomplete' => 'tel', 'required' => true, 'section' => 'about_you', ], 'contact' => [ 'type' => 'checkbox', 'label' => 'Preferred Contact', 'options' => [ 'text' => 'Text', 'email' => 'Email', 'call' => 'Call', ], 'section' => 'about_you', ], 'age' => [ 'type' => 'text', 'label' => 'How old is your tattoo?', 'section' => 'tattoo', ], 'location' => [ 'type' => 'radio', 'label' => 'Location on Body', 'options' => [ 'face' => 'Face', 'neck' => 'Neck', 'scalp' => 'Scalp', 'chest' => 'Chest', 'back' => 'Back', 'arm' => 'Arm', 'hand' => 'Hand', 'finger' => 'Finger', 'butt' => 'Butt', 'genitals' => 'Genitals', 'leg' => 'Leg', 'foot' => 'Foot' ], 'section' => 'tattoo', ], 'goal' => [ 'type' => 'radio', 'label' => 'Removal Goal', 'options' => [ 'cover_up' => 'Fading for a Cover Up Tattoo', 'complete_removal' => 'Complete Removal', 'clean_up' => 'Clean Up', ], 'section' => 'tattoo', ], 'photos' => [ 'type' => 'upload', 'label' => 'Photo(s) of Tattoo', 'section' => 'tattoo', 'description' => 'Make sure we can get a sense of scale.' ], 'notes' => [ 'type' => 'textarea', 'label' => 'Anything else to add?', 'section' => 'tattoo', ] ] ]; }