| | |
| | | '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', |
| | | ], |
| | |
| | | ], |
| | | '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', |
| | | 'description' => 'Make sure we can get a sense of scale.' |
| | | ], |
| | | 'notes' => [ |
| | | 'type' => 'textarea', |
| | | 'label' => 'Anything else to add?', |
| | | 'section' => 'tattoo', |
| | | ] |
| | | ] |
| | | ]; |