From 24e86aab04ad6d62573a5c87119d6496c83094a2 Mon Sep 17 00:00:00 2001 From: khalil-ali1 Date: Tue, 11 Feb 2025 10:48:43 +0000 Subject: [PATCH 1/2] finish the form --- Form-Controls/index.html | 71 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 65a866cd..93994a61 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -17,11 +17,80 @@

Product Pick

+ +
+ Customer Details: + + + +
+
+ + +
+ +
+ Color: + + + + + + + + +
+ +
+ Size: + + +
+
+ + From 5b3398d581e7d51d8e4441d9d9caf8f553d6ffb5 Mon Sep 17 00:00:00 2001 From: khalil-ali1 Date: Fri, 14 Feb 2025 07:50:26 +0000 Subject: [PATCH 2/2] interact with the first review,and fix notices --- Form-Controls/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 93994a61..eeeb9753 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -23,6 +23,8 @@

Product Pick

3. What color should this t-shirt be? I must give 3 options. How will I make sure they don't pick other colors? 4. What size does the customer want? I must give the following 6 options: XS, S, M, L, XL, XXL --> + +
Customer Details: @@ -31,7 +33,7 @@

Product Pick

type="text" id="name" name="name" - minlength="2" + pattern="^[a-zA-Z\s\-']{2,}$" placeholder="More than two letters,please" required />
@@ -84,8 +86,8 @@

Product Pick


- - + +