Forms · 15
Give a form its structure
Visible prompts need explicit control associations, and related choices need a programmatic group name.
What to do
- Connect Full name and Email address with label[for] and unique input IDs.
- Use autocomplete="name" and autocomplete="email".
- Place both radios in one fieldset with a legend, shared name, and individual labels.
Result
Run the checks
Edit the HTML and select “Check solution”. The preview updates automatically.
If you are stuck
Labels name individual controls; fieldset and legend name the choice as a group.