mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-09-24 23:01:18 +08:00
fix(curriculum): clarify registration-form name instructions (#54235)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ dashedName: step-42
|
||||
|
||||
With form submissions, it is useful, and good practice, to provide each submittable element with a `name` attribute. This attribute is used to identify the element in the form submission.
|
||||
|
||||
Give each submittable element a unique `name` attribute of your choosing, except for the two `radio` inputs.
|
||||
Except for the two `radio` inputs (which you have already named), give each submittable element a unique `name` attribute of your choosing.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user