BUG #4149
open100%
Description
Issue Description
On the Signup as Agency page, the Business email field does not consistently trigger the invalid email validation warning when an incorrect email format is entered and the user shifts focus away from the field. This causes missing or delayed feedback and may allow users to proceed without clearly understanding the error.
Module / Page
Signup as Agency
Module Section
Business Email Field
Screen Size
Desktop
Tested By
Aman
Steps to Reproduce¶
- Navigate to the Agency signup page.
- Enter an invalid email address (e.g., missing “@” symbol or domain) in the Business email field.
- Without submitting the form, shift focus away from the field (click anywhere else).
- Return focus to the Business email field.
Expected Result
The system should immediately display a clear and informative warning message indicating that the entered email address is invalid.
Actual Result
The invalid email validation warning does not trigger correctly when focus is shifted, resulting in missing or unclear feedback.
Attachments
PoC
Types of Issue
UI Issue
Root Cause:
lack of validation
Impacted Area:
email field