From 1d440bfb1f8fdc6bba66799ce6e28fbd6e0c1b74 Mon Sep 17 00:00:00 2001 From: medtechlogic Date: Tue, 2 Jun 2026 21:51:58 +0200 Subject: [PATCH 1/3] T-shirt Order form controls --- Form-Controls/index.html | 87 +++++++++++++++++++++++++++++++++++----- 1 file changed, 76 insertions(+), 11 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..e8b0b4b31 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -8,20 +8,85 @@ -
-

Product Pick

+
T-shirt Order Form +

T-shirt Order Form

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

Choose a colour:

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

By HOMEWORK SOLUTION

+

By Juanita Nwachukwu

- + \ No newline at end of file From 0c6947f379cea5bf7bc054c0ddc41f399926b88e Mon Sep 17 00:00:00 2001 From: medtechlogic Date: Tue, 2 Jun 2026 21:55:17 +0200 Subject: [PATCH 2/3] T-shirt Order form controls --- 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 e8b0b4b31..9f82ba2f3 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -19,7 +19,7 @@

T-shirt Order Form

type="text" id="name" required - minlength="2" + minlength="5" > From 058595ef29fc364bf3f42e0d47d999969b3bcf73 Mon Sep 17 00:00:00 2001 From: medtechlogic Date: Sat, 6 Jun 2026 22:59:31 +0200 Subject: [PATCH 3/3] corrected-form-controls-juanita --- Form-Controls/index.html | 154 ++++++++++++++++++++++++--------------- 1 file changed, 96 insertions(+), 58 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 9f82ba2f3..1b06277b0 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,57 +1,111 @@ + - - + + My form exercise - - + + -
T-shirt Order Form -

T-shirt Order Form

-
-
-
- - - + - - + 2. Collect customer's email + - Must be a valid email format + - Field is required + + 3. Choose T-shirt colour + - Must select ONE option only + - Only 3 allowed options provided + - Cannot enter custom colours + + 4. Choose T-shirt size + - Must select ONE option + - Options: XS, S, M, L, XL, XXL + - Field is required + + 5. All fields required before submission + + 6. No JavaScript allowed... only HTML form validation + --> +
+

T-Shirt Order Form

+
+ +
+ - -

Choose a colour:

+ + + + + + + + + +
+ Choose a colour +
+ + +
+ Select a size - - - @@ -60,33 +114,17 @@

T-shirt Order Form

+
- + - 4. Choose T-shirt size - - Must select ONE option - - Options: XS, S, M, L, XL, XXL - - Field is required + +
- 5. All fields are required before submission +
+

By Juanita Nwachukwu

+
- 6. No JavaScript allowed... only HTML form validation - --> - -

By Juanita Nwachukwu

- - + \ No newline at end of file