The account creation form on our website is currently experiencing issues with the required validation. When users submit data through the form, the system fails to provide appropriate error messages in response to invalid inputs. This lack of validation feedback can lead to confusion and frustration for users trying to sign up.
Expected Behavior:
When a user submits the account creation form, the system should perform the necessary validation checks on the provided data. If any required fields are missing or if the data does not meet the specified criteria (e.g., invalid email format, weak password), the system should respond with clear and descriptive error messages, indicating what needs to be corrected.
Current Behavior:
Currently, upon form submission, the system proceeds without any validation, even when required fields are left empty or if the data is not valid. Users are not informed about any errors or issues with their input, leading to a lack of guidance on how to correct their mistakes.
Description:
The account creation form on our website is currently experiencing issues with the required validation. When users submit data through the form, the system fails to provide appropriate error messages in response to invalid inputs. This lack of validation feedback can lead to confusion and frustration for users trying to sign up.
Expected Behavior:
When a user submits the account creation form, the system should perform the necessary validation checks on the provided data. If any required fields are missing or if the data does not meet the specified criteria (e.g., invalid email format, weak password), the system should respond with clear and descriptive error messages, indicating what needs to be corrected.
Current Behavior:
Currently, upon form submission, the system proceeds without any validation, even when required fields are left empty or if the data is not valid. Users are not informed about any errors or issues with their input, leading to a lack of guidance on how to correct their mistakes.