From 3acf9bdcf6b71a7837e5dae3337820c3ad49e735 Mon Sep 17 00:00:00 2001 From: Roger Lee Date: Wed, 9 Sep 2026 00:15:28 +0100 Subject: [PATCH 1/9] initial setup --- Form-Controls/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..b6fe50b1e 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -13,7 +13,7 @@

Product Pick

- + From 4ea47cd7dd1ebe970d9f7a33cb39599b37d0c45f Mon Sep 17 00:00:00 2001 From: Roger Lee Date: Wed, 9 Sep 2026 00:26:09 +0100 Subject: [PATCH 2/9] submit form requirements. --- Form-Controls/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index b6fe50b1e..51ab3ae12 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -15,8 +15,10 @@

Product Pick

+ 1. customer name. User should submit at least two non-space characters. + 2. email address. Ensure email is valid follow a consistent pattern. + 3. Color. Customer required to select one of three colors. + 4. Size. Customer required to select one of six sizes.-->