From b00eafd63c7ab3e42e58c597a6294b53015ff92a Mon Sep 17 00:00:00 2001 From: CJ Yuan Date: Tue, 5 May 2026 03:19:21 +0100 Subject: [PATCH 1/3] Update footer name to 'CJ Yuan' --- Form-Controls/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..df8a21672 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -20,8 +20,7 @@

Product Pick

From df5b19d111cdc8ab2c1cba5d49bd076eacbf8a48 Mon Sep 17 00:00:00 2001 From: CJ Yuan Date: Tue, 5 May 2026 03:21:24 +0100 Subject: [PATCH 2/3] Change title and header to 'T-Shirt Order' --- Form-Controls/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index df8a21672..e4cb83f36 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -3,13 +3,13 @@ - My form exercise + T-Shirt Order
-

Product Pick

+

T-Shirt Order

From 39328bd0ce86af3af336fe6f57b5373972816693 Mon Sep 17 00:00:00 2001 From: CJ Yuan Date: Tue, 5 May 2026 04:12:42 +0100 Subject: [PATCH 3/3] Implement t-shirt order form with validation Added form fields for personal and product information including name, email, t-shirt colour, and size. --- Form-Controls/index.html | 47 +++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index e4cb83f36..29099544c 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -11,14 +11,45 @@

T-Shirt Order

-
- - - - -
+
+
+
+ Personal Information + + + + +
+ +
+ Product Information + + + + + + + + + + + + + + + +
+ +
+ +
+