From a599935b2665a5c0858efc36c1f47c999deefa9e Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:09:51 +0800 Subject: [PATCH] Add HTML required attribute to required form fields --- contact.php | 8 ++++---- join.php | 6 +++--- update.php | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/contact.php b/contact.php index 863f5c3..6751776 100644 --- a/contact.php +++ b/contact.php @@ -111,16 +111,16 @@ if ($result != NULL)
-
" />
-
" />
-
+
" required />
+
" required />
+
-
+
/> diff --git a/join.php b/join.php index 953bf0f..92c4723 100644 --- a/join.php +++ b/join.php @@ -189,13 +189,13 @@ if (!isset($_POST['submit']) || $show_form == true) { ?>