Content: Contact.jsx form field has space in name attribute #207

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

Severity: Minor

File: src/pages/Contact.jsx line 473

Issue: Form field name="Last Name" contains a space — unconventional and may cause issues with form processors or CRM integrations.

Fix direction: Use underscore: name="last_name".

**Severity:** Minor **File:** `src/pages/Contact.jsx` line 473 **Issue:** Form field `name="Last Name"` contains a space — unconventional and may cause issues with form processors or CRM integrations. **Fix direction:** Use underscore: `name="last_name"`.
null added the
bug
content
labels 2026-05-29 16:45:58 -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#207
No description provided.