BUG #4149
Updated by Nazmul Hossain Shovon about 2 months ago
**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 1. Navigate to the **Agency signup** page. 2. Enter an **invalid email address** (e.g., missing “@” symbol or domain) in the **Business email** field. 3. Without submitting the form, shift focus away from the field (click anywhere else). 4. 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](https://drive.google.com/file/d/1RcuC258-5xJbUgBDHvAC0RCVO2Ai-DcA/view?usp=sharing) **Types of Issue** UI Issue --- **Root Cause:** lack of validation **Impacted Area:** email field