Jake Vanderwerf
2025-12-23 76d68c97f572120dc75d0501cc82acf4022d6b33
forms/get-an-estimate.php
@@ -15,24 +15,28 @@
            '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',
            ],
@@ -48,7 +52,6 @@
            ],
            'age'   => [
                'type'      => 'text',
                'subtype'   => 'number',
                'label'     => 'How old is your tattoo?',
                'section'   => 'tattoo',
            ],
@@ -82,10 +85,15 @@
                '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',
            ]
        ]
    ];