From 57ce9076a989ed152a88813789b6628de1eaf6fe Mon Sep 17 00:00:00 2001 From: BrianY315 Date: Sun, 13 Sep 2026 15:00:09 +0100 Subject: [PATCH 1/4] Add basic html structure --- Form-Controls/task-Tshirts | 54 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Form-Controls/task-Tshirts diff --git a/Form-Controls/task-Tshirts b/Form-Controls/task-Tshirts new file mode 100644 index 000000000..099d93767 --- /dev/null +++ b/Form-Controls/task-Tshirts @@ -0,0 +1,54 @@ + + + + + T‑Shirt Order Form + + \ No newline at end of file From 028d3524ec403b73d09cee3e78d933932ca5a49c Mon Sep 17 00:00:00 2001 From: BrianY315 Date: Sun, 13 Sep 2026 15:50:17 +0100 Subject: [PATCH 2/4] Add_form_fields --- Form-Controls/task-Tshirts | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Form-Controls/task-Tshirts b/Form-Controls/task-Tshirts index 099d93767..e30428032 100644 --- a/Form-Controls/task-Tshirts +++ b/Form-Controls/task-Tshirts @@ -51,4 +51,22 @@ background: #555; } - \ No newline at end of file + + + +
+

Order Your T‑Shirt

+ + + + + Name must contain at least two non‑space characters. + + From 165edc5a49b414934794b034dc4dc9698e4b458f Mon Sep 17 00:00:00 2001 From: BrianY315 Date: Sun, 13 Sep 2026 16:10:57 +0100 Subject: [PATCH 3/4] Add email and colour label --- Form-Controls/task-Tshirts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Form-Controls/task-Tshirts b/Form-Controls/task-Tshirts index e30428032..e38363f39 100644 --- a/Form-Controls/task-Tshirts +++ b/Form-Controls/task-Tshirts @@ -69,4 +69,21 @@ > Name must contain at least two non‑space characters. + + + + + + + From ccf909121b692a3875452fe92b37c0e723be6783 Mon Sep 17 00:00:00 2001 From: BrianY315 Date: Sun, 13 Sep 2026 16:22:56 +0100 Subject: [PATCH 4/4] add size options and submit button --- Form-Controls/task-Tshirts | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Form-Controls/task-Tshirts b/Form-Controls/task-Tshirts index e38363f39..62a85ab33 100644 --- a/Form-Controls/task-Tshirts +++ b/Form-Controls/task-Tshirts @@ -86,4 +86,20 @@ - + + + + + + + + + \ No newline at end of file