From 20bbc97609f39fc84141ead5fa3e420ffd3df35b Mon Sep 17 00:00:00 2001 From: Jonathan Boahene Date: Sat, 21 Feb 2026 08:41:07 +0000 Subject: [PATCH 1/4] Enhance form with customer details and footer update Updated the HTML form to include customer information fields, color selection, size selection, and delivery date. Changed the footer to reflect the author's name. --- Form-Controls/index.html | 119 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 112 insertions(+), 7 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..3130844b5 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -4,7 +4,10 @@ My form exercise - + @@ -13,15 +16,117 @@

Product Pick

- - +
+

Customer information

+
+ Identity + + + + + +
+
+ +
+
+ Choose Colour +
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+
+
+
+
+ Choose Size + +
+
+
+
+ Choose Delivery Date + + +
+
+ +
+

+ +

+
From f4108387da7d7fe3f52925e43fd9ec5fa284c7c1 Mon Sep 17 00:00:00 2001 From: Jonathan Boahene Date: Sat, 21 Feb 2026 18:12:13 +0000 Subject: [PATCH 2/4] Refactor form labels and inputs for consistency fix accessibilty score and w3c validator warnings --- Form-Controls/index.html | 104 ++++++++++++++------------------------- 1 file changed, 37 insertions(+), 67 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 3130844b5..472ea9a38 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,4 +1,4 @@ - + @@ -20,70 +20,45 @@

Product Pick

Customer information

Identity - - + - - +
Choose Colour -
    -
  • - -
  • -
  • - -
  • -
  • - -
  • -
+ + + + + +
@@ -106,15 +81,10 @@

Customer information

Choose Delivery Date - - +
From 80389ac5470918b0ac575eda6b739cfc0604fc0f Mon Sep 17 00:00:00 2001 From: Jonathan Boahene Date: Sat, 21 Feb 2026 22:30:51 +0000 Subject: [PATCH 3/4] Refactor form structure --- Form-Controls/index.html | 120 ++++++++++++++++++--------------------- 1 file changed, 54 insertions(+), 66 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 472ea9a38..c50b312aa 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,14 +1,14 @@ - - + + My form exercise - + > +
@@ -18,81 +18,69 @@

Product Pick

Customer information

-
- Identity - - -
+ + +
-
- Choose Colour +

Choose Colour

- + - + - -
+
-
- Choose Size - -
+

Choose Size

+
-
- Choose Delivery Date - -
+

Choose Delivery Date

+
-
-

- -

-
+