-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Labels
Description
Description:
When entering an email address and phone number in an incorrect format, the form correctly displays error messages indicating the invalid input. However, despite these validation errors, the download window still opens. This behavior allows users to proceed with the download even though the input data is invalid, which should not happen.
Steps to Reproduce:
- Navigate to the form page.
- Enter an invalid email address (e.g., "abc").
- Enter an invalid phone number (e.g., "123abc").
- Submit the form.
Expected Result:
The form should display error messages and prevent the download window from opening until valid email and phone number formats are provided.
Actual Result:
Error messages are displayed, but the download window still opens regardless of invalid input.
Video:
Recording.2025-09-12.151848.mp4
Environment:
- Browser: Chrome, Edge, Firefox