From 76d68c97f572120dc75d0501cc82acf4022d6b33 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 23 Dec 2025 20:14:14 +0000
Subject: [PATCH] =legacy rebrand finished

---
 forms/contact.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/forms/contact.php b/forms/contact.php
index d636f99..4d06585 100644
--- a/forms/contact.php
+++ b/forms/contact.php
@@ -19,6 +19,7 @@
             'first_name'    => [
                 'type'  => 'text',
                 'label' => 'First Name',
+                'autocomplete' => 'given-name',
                 'required' => true,
                 'section'   => 'about_you',
             ],
@@ -26,11 +27,13 @@
                 'type'  => 'text',
                 'label' => 'Last Name',
                 'required' => true,
+                'autocomplete'=> 'family-name',
                 'section'   => 'about_you',
             ],
             'email'         => [
                 'type'  => 'email',
                 'label' => 'Email',
+                'autocomplete'  => 'email',
                 'required' => true,
                 'section'   => 'about_you',
             ],
@@ -38,6 +41,7 @@
                 'type'  => 'tel',
                 'label' => 'Phone',
                 'required' => true,
+                'autocomplete'  => 'tel',
                 'section'   => 'about_you',
             ],
             'contact'       => [
@@ -52,7 +56,6 @@
             ],
             'message'   => [
                 'type'  => 'textarea',
-                'quill' => true,
                 'label' => 'What do you want to say?'
             ]
         ]

--
Gitblit v1.10.0