-
**Description:**
**Form Validator** is a simple web application designed to validate user inputs in various types of forms, ensuring the correct format and structure of data before submission.
**V…
-
As a user, I want to sign up by providing my e-mail and my password, so I can create an account.
Add frontend and backend validation:
- E-mail field only accepts valid e-mail addresses (must contain…
-
Currently, our storefront form validation has several issues, particularly when it comes to multiple input errors. When there are multiple fields that have errors, only the first is highlighted with a…
-
We can implement client-side validation for the username and email fields to ensure correct input before submission. This will ensure that users provide valid inputs, enhancing the overall user exper…
-
A Host for a journey can be created without giving it a name and only adding a location.Host cannot be saved without a name for the host, but location field needs to be optional.
-
Implement client-side validation to ensure required fields are filled out before submission.
-
While you fill a form , the submit button must conduct a checking of the data on each input.
if required , the input should be red and pointed as missing
if not good format such as URL, the form sh…
-
### User story
As a challenge manager, in order to ensure that a valid form is available for the evaluators to use, I would like a form to be validated for errors and valid logic before it is saved.
…
-
Figured I would throw this in here while is fresh on the mind. Not something that has to be added to the core. But I think it would be really cool to be able to pass along a validation schema (like zo…
-
**Problem:**
Currently, the project lacks form validation for password strength, allowing users to set weak passwords.
**Solution:**
I aim to implement a password validation feature that enforce…