You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signup form on the homepage allows users to proceed to the next step even if they leave the name, username, password, and confirm password fields empty.
Expected Behavior:
The form should prevent users from clicking "Next" until all required fields are filled in with valid data (not just empty strings).
Ideally, the form should provide immediate validation feedback for each field as the user interacts with it.
Observed Behavior:
Users can click "Next" even with all fields empty.
An alert message pops up at the end of the signup process indicating invalid details.
Desktop (please complete the following information):
OS: Windows - Browser - Chrome
Windows 11
The text was updated successfully, but these errors were encountered:
The signup form on the homepage allows users to proceed to the next step even if they leave the name, username, password, and confirm password fields empty.
Expected Behavior:
The form should prevent users from clicking "Next" until all required fields are filled in with valid data (not just empty strings).
Ideally, the form should provide immediate validation feedback for each field as the user interacts with it.
Observed Behavior:
Users can click "Next" even with all fields empty.
An alert message pops up at the end of the signup process indicating invalid details.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: