From 397c511f35ddcaf13fcf01d3418761e52e903269 Mon Sep 17 00:00:00 2001 From: Phoebe Wong Date: Tue, 8 Sep 2026 00:07:23 +0100 Subject: [PATCH 1/8] Add field for customer name --- Form-Controls/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..fdfb8d071 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -13,7 +13,15 @@

Product Pick

- + + + + + + + + + From e3b0d4d84a1373261b3ccf9dfedf1ab3d2cf0d49 Mon Sep 17 00:00:00 2001 From: Phoebe Wong Date: Tue, 8 Sep 2026 00:07:58 +0100 Subject: [PATCH 2/8] Add field for customer email --- Form-Controls/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index fdfb8d071..699a8190d 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -18,7 +18,8 @@

Product Pick

- + + From 54e6c7f4422b8c967a32ac17cd2a90adda4e5288 Mon Sep 17 00:00:00 2001 From: Phoebe Wong Date: Tue, 8 Sep 2026 00:16:20 +0100 Subject: [PATCH 3/8] Add Radio Button for T-shirt Colour --- Form-Controls/index.html | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 699a8190d..3dc54648b 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -14,14 +14,30 @@

Product Pick

- +
+ - +
+ +
+
+ + +
+
+ T-shirt Colour: + + + + + + +
+
- -
T-shirt Colour: @@ -36,12 +35,45 @@

Product Pick

-
+ +
+ T-shirt Size: +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ this will also help you fill in your PR message laterß-->
From 1960913eae65b958b7c88f9c2899ce4197294113 Mon Sep 17 00:00:00 2001 From: Phoebe Wong Date: Tue, 8 Sep 2026 00:30:43 +0100 Subject: [PATCH 5/8] Change to my own name --- 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 7fc777e14..141417e68 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -78,7 +78,7 @@

Product Pick

From b80c6c0544f8809ea6d1962725c56bc0293efa63 Mon Sep 17 00:00:00 2001 From: Phoebe Wong Date: Tue, 8 Sep 2026 00:42:09 +0100 Subject: [PATCH 6/8] Add Submit and Reset Button --- Form-Controls/index.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 141417e68..3a4ca86f8 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -43,35 +43,40 @@

Product Pick

-
+
-
+
-
+
-
+
-
+
-
+ - +

+ + +

+ From e76ec4bea44336fb15fefdcd63be63f36d77f144 Mon Sep 17 00:00:00 2001 From: Phoebe Wong Date: Tue, 8 Sep 2026 00:49:51 +0100 Subject: [PATCH 7/8] Make all questions required --- Form-Controls/index.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 3a4ca86f8..4077dff25 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -13,22 +13,25 @@

Product Pick

+

+ Please fill out the form below to order your T-shirt. Fields marked with an asterisk (*) are required. +

- - + +
- - + +
- T-shirt Colour: - + T-shirt Colour*: + @@ -39,9 +42,9 @@

Product Pick

- T-shirt Size: + T-shirt Size*:
- +
From 531582ea4ac25555a351417990f6baf9a8f5d362 Mon Sep 17 00:00:00 2001 From: Phoebe Wong Date: Tue, 8 Sep 2026 01:06:54 +0100 Subject: [PATCH 8/8] Add regex for name --- Form-Controls/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 4077dff25..cadf73d4f 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -19,7 +19,8 @@

Product Pick

- + + (at least 2 characters)