You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting the "Talk to Sales" form with empty fields, the browser's native HTML5 validation message ("Please fill out this field") overlaps the custom application error modal. This creates a poor user experience as it obscures the application's feedback and looks unaligned with the site's design.
A summary of the issue. This needs to be a clear detailed-rich summary.
Observe how the browser tooltip pops up directly over the dark error notification.
Actual Results
20260105-1444-48.9422791.mp4
Expected Results
The application should ideally suppress the native browser tooltip (using novalidate on the form) and rely solely on the custom-designed error messages, or ensure the layout does not allow for overlapping UI elements.