From ab5dd552323362d99d0bbd6598c7727bfd24a80f Mon Sep 17 00:00:00 2001
From: Aklilu Mihtsun
Date: Fri, 11 Sep 2026 13:20:17 +0100
Subject: [PATCH 1/7] listing requirements in comment
---
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..bcdb0aeb9 100644
--- a/Form-Controls/index.html
+++ b/Form-Controls/index.html
@@ -16,7 +16,15 @@ Product Pick
+ this will also help you fill in your PR message later
+
+ requirements
+ -What is the customer's name? I must collect this data and ensure it contains at least two non-space characters
+ -What is the customer's email? I must make sure the email is valid. Email addresses follow a consistent pattern
+ -What colour should this T-shirt be? I must provide 3 options. How will I ensure they do not choose other colours?
+ -What size does the customer want? I must provide the following 6 options: XS, S, M, L, XL, XXL -->
+
+
From c845456fb645043946f5b607bf01a0e70b61acc1 Mon Sep 17 00:00:00 2001
From: Aklilu Mihtsun
Date: Fri, 11 Sep 2026 17:43:05 +0100
Subject: [PATCH 2/7] Adding customer details fieldset
---
Form-Controls/index.html | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/Form-Controls/index.html b/Form-Controls/index.html
index bcdb0aeb9..0543401cf 100644
--- a/Form-Controls/index.html
+++ b/Form-Controls/index.html
@@ -23,7 +23,17 @@ Product Pick
-What is the customer's email? I must make sure the email is valid. Email addresses follow a consistent pattern
-What colour should this T-shirt be? I must provide 3 options. How will I ensure they do not choose other colours?
-What size does the customer want? I must provide the following 6 options: XS, S, M, L, XL, XXL -->
-
+
+ Customer Information
+
+ Customer Name
+
+
+
+ Email Address
+
+
+
From dbd1831e5da75b6becf976c4a32fa5c18b72098b Mon Sep 17 00:00:00 2001
From: Aklilu Mihtsun
Date: Fri, 11 Sep 2026 17:44:13 +0100
Subject: [PATCH 3/7] Adding product details fieldset
---
Form-Controls/index.html | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/Form-Controls/index.html b/Form-Controls/index.html
index 0543401cf..b0814ec9a 100644
--- a/Form-Controls/index.html
+++ b/Form-Controls/index.html
@@ -34,6 +34,33 @@ Product Pick
+
+ T-shirt Colour and Size
+
+ Red
+
+
+
+ Green
+
+
+
+ Blue
+
+
+
+ Tshirt Size
+
+ XS
+ S
+ M
+ L
+ XL
+ XXL
+
+
+
+
From 8e0a5a6398dcb5ca010130796f763511ecf71962 Mon Sep 17 00:00:00 2001
From: Aklilu Mihtsun
Date: Fri, 11 Sep 2026 17:45:21 +0100
Subject: [PATCH 4/7] Adding my 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 b0814ec9a..9a8586bc6 100644
--- a/Form-Controls/index.html
+++ b/Form-Controls/index.html
@@ -66,7 +66,7 @@ Product Pick
- By HOMEWORK SOLUTION
+ By AKLILU MIHTSUN