Skip to content

πŸ› Bug Report: Form fields missing id/name attributes causing accessibility warningsΒ #388

Description

@ARUSHIGULBHILE

πŸ“œ 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

  1. Run npm run dev
  2. Open http://localhost:3000
  3. Press F12 β†’ Console tab
  4. See accessibility warning

Screenshot

Image

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions