Bug: Contact page links to itself (Request Consultation on Contact page) #105

Closed
opened 2026-05-17 21:18:26 -05:00 by null · 0 comments
Owner

Problem

The Contact page hero section has a Request Consultation button that links to /contact — which is the page the user is already on. Clicking it does nothing.

This is also true in the Support page where the Request Consultation link goes to /contact, which is fine. But on the Contact page itself, the CTA should either scroll to the form section or be removed.

Fix

Options:

  1. Change the CTA to scroll to the form: onClick={() => document.getElementById(contact-form).scrollIntoView()} and add an id to the form section
  2. Remove the CTA on the Contact page since the form is right there

Files

  • src/pages/Contact.jsx - line 145

Severity

Low - confusing but not broken

## Problem The Contact page hero section has a Request Consultation button that links to /contact — which is the page the user is already on. Clicking it does nothing. This is also true in the Support page where the Request Consultation link goes to /contact, which is fine. But on the Contact page itself, the CTA should either scroll to the form section or be removed. ## Fix Options: 1. Change the CTA to scroll to the form: onClick={() => document.getElementById(contact-form).scrollIntoView()} and add an id to the form section 2. Remove the CTA on the Contact page since the form is right there ## Files - src/pages/Contact.jsx - line 145 ## Severity Low - confusing but not broken
null closed this issue 2026-05-17 21:45:09 -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#105
No description provided.