-
![Screenshot from 2024-11-12 20-15-13](https://github.com/user-attachments/assets/ac2c07a7-8213-4508-b2b5-19d8ba47462a)
Task with white-space title need to be validated
-
**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.
-
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…
-
### 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.
…
-
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…