From 3c519c6e53136ab93db6661a96a3c56c4a197f80 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:19:12 +0800 Subject: [PATCH] Use email type attribute for email form fields --- admin.php | 6 +++--- contact.php | 2 +- join.php | 2 +- update.php | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/admin.php b/admin.php index 3679211..019f98d 100644 --- a/admin.php +++ b/admin.php @@ -730,7 +730,7 @@ if (isset($_COOKIE['bellabuffs'])) { ?>


-
+



@@ -845,7 +845,7 @@ if (isset($_COOKIE['bellabuffs'])) { Old Affiliate Button


-
+


@@ -1039,7 +1039,7 @@ if (isset($_COOKIE['bellabuffs'])) { ?>

Search for member by e-mail address:

-
+


" required />
-
" required />
+
" required />



" required />
-
" required />
+
" required />

Yes No
diff --git a/update.php b/update.php index 7ac7dd7..e57be16 100644 --- a/update.php +++ b/update.php @@ -153,8 +153,8 @@ if (!isset($_POST['submit']) || $show_form == true) {



-

-

+

+


Yes No