| | |
| | | 'fields' => [ |
| | | 'first_name' => [ |
| | | 'type' => 'text', |
| | | 'autocomplete' => 'given-name', |
| | | 'label' => 'First Name', |
| | | 'required' => true, |
| | | 'section' => 'about_you', |
| | |
| | | 'last_name' => [ |
| | | 'type' => 'text', |
| | | 'label' => 'Last Name', |
| | | 'autocomplete' => 'family-name', |
| | | 'required' => true, |
| | | 'section' => 'about_you', |
| | | ], |
| | |
| | | 'type' => 'email', |
| | | 'label' => 'Email', |
| | | 'required' => true, |
| | | 'autocomplete' => 'email', |
| | | 'section' => 'about_you', |
| | | ], |
| | | 'phone' => [ |
| | | 'type' => 'tel', |
| | | 'label' => 'Phone', |
| | | 'autocomplete'=> 'tel', |
| | | 'required' => true, |
| | | 'section' => 'about_you', |
| | | ], |
| | |
| | | 'dv' => 'Domestic Violence', |
| | | 'trafficking' => 'Human Trafficking', |
| | | 'prison' => 'Prison or Jail', |
| | | 'other' |
| | | 'other' => 'Other', |
| | | ], |
| | | 'section' => 'tattoo', |
| | | ], |
| | |
| | | 'doctor' => 'Doctor', |
| | | 'mental_health' => 'Mental Health Worker', |
| | | 'sponsor' => 'Sponsor', |
| | | 'other' |
| | | 'other' => 'Other', |
| | | ], |
| | | 'section' => 'tattoo', |
| | | ], |
| | | 'age' => [ |
| | | 'type' => 'text', |
| | | 'subtype' => 'number', |
| | | 'label' => 'How old is your tattoo?', |
| | | 'section' => 'tattoo', |
| | | ], |
| | |
| | | 'section' => 'tattoo', |
| | | ], |
| | | 'photos' => [ |
| | | 'type' => 'gallery', |
| | | 'type' => 'upload', |
| | | 'label' => 'Photo(s) of Tattoo', |
| | | 'section' => 'tattoo', |
| | | 'hint' => 'Make sure we can get a sense of scale.' |
| | | ], |
| | | 'docs' => [ |
| | | 'type' => 'files', |
| | | 'subtype' => '.doc,.pdf,.txt,.jpg', |
| | | 'type' => 'upload', |
| | | 'subtype' => 'document', |
| | | 'label' => 'Letter of Support', |
| | | 'section' => 'tattoo', |
| | | 'hint' => 'Please provide a letter written by one of the above mentioned people that referred you who are working alongside you building your New Legacy.' |
| | |
| | | 'notes' => [ |
| | | 'type' => 'textarea', |
| | | 'label' => 'Anything else to add?', |
| | | 'quill' => true, |
| | | 'section' => 'tattoo', |
| | | ] |
| | | ] |