Accessibility: Zoho form honeypot input sits silently in DOM #194

Open
opened 2026-05-29 16:45:55 -05:00 by null · 0 comments
Owner

Severity: Minor

Description: The honeypot input in Contact.jsx has aria-hidden="true" and readOnly. Low risk but could confuse screen readers.

File: src/pages/Contact.jsx lines 242-243

Fix direction: Move honeypot outside the <form> or use tabIndex={-1} instead of readOnly.

**Severity:** Minor **Description:** The honeypot input in Contact.jsx has `aria-hidden="true"` and `readOnly`. Low risk but could confuse screen readers. **File:** `src/pages/Contact.jsx` lines 242-243 **Fix direction:** Move honeypot outside the `<form>` or use `tabIndex={-1}` instead of `readOnly`.
null added the
bug
accessibility
labels 2026-05-29 16:45:55 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#194
No description provided.