Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Form-Controls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ <h1>Product Pick</h1>
</header>
<main>
<form>
<label>Name</label>
<input>
<label>Email</label>
<input>
Comment on lines +16 to +19
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment, I can keep these inputs blank but the actual requirements say there are some rules here - can you find these rules and make these two inputs stricter?

<label>Colour</label>
<input>
Comment on lines +20 to +21
Copy link
Copy Markdown
Contributor

@Poonam-raj Poonam-raj May 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't currently select a colour - please add the ability to select a comment, as outlined in the README

<label>Size</label>
Copy link
Copy Markdown
Contributor

@Poonam-raj Poonam-raj May 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't currently select a size - can you add that functionality so the requirements as below are met

What size does the customer want? I must provide the following 6 options: XS, S, M, L, XL, XXL

<!-- write your html here-->
<!--
try writing out the requirements first as comments
Expand Down
Loading