π Description
Bug Description
Console shows accessibility violation: "A form field element has neither an id nor a name attribute" affecting 2 form fields.
Steps to Reproduce
- Run
npm run dev
- Open http://localhost:3000
- Press F12 β Console tab
- See accessibility warning
Screenshot
Expected Behavior
All form fields should have:
- Unique
id attribute
- Associated
<label> with for attribute
name attribute for form submission
Actual Behavior
Console warning indicates missing id/name attributes on form fields.
Severity
Medium - Affects accessibility for screen reader users and browser autofill.
GSSoC 2026
I am a GSSoC 2026 contributor and would like to work on this issue.
What browsers are you seeing the problem on?
No response
π Relevant Screenshots (Links)
No response
π Description
Bug Description
Console shows accessibility violation: "A form field element has neither an id nor a name attribute" affecting 2 form fields.
Steps to Reproduce
npm run devScreenshot
Expected Behavior
All form fields should have:
idattribute<label>withforattributenameattribute for form submissionActual Behavior
Console warning indicates missing id/name attributes on form fields.
Severity
Medium - Affects accessibility for screen reader users and browser autofill.
GSSoC 2026
I am a GSSoC 2026 contributor and would like to work on this issue.
What browsers are you seeing the problem on?
No response
π Relevant Screenshots (Links)
No response