Project

General

Profile

BUG #4089

Updated by Nazmul Hossain Shovon 2 months ago

 
 **Issue Description**   
 Validation messages appear immediately when a field is clicked and the user moves to the next field, rather than appearing after clicking **Sign Up** or when incorrect inputs are provided. 

 **Module / Page**   
 Sign Up 

 **Module Section**   
 Form Validation 

 **Screen Size**   
 All Devices 


 --- 

 #### Steps to Reproduce 
 1. Open Sign Up page. 
 2. Click into a field and then move to the next field. 
 3. Observe validation behavior. 

 **Expected Result**   
 Validation messages should not appear immediately; they should appear after submit or upon incorrect inputs. 

 **Actual Result**   
 Validation messages appear immediately on blur. 

 **Attachments**   
 [PoC](https://drive.google.com/file/d/1nnx-mBQen6mYt-Do_ApxPUPOZ7Wn0aTa/view?usp=sharing) 

 **Types of Issue**   
 UI / Usability Issue 

 --- 

 **Root Cause:**   
 lack of checking form submission step 

   


 **Impacted Area:**   
 signup form 
   

Back