-
### Checks
- [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure)
- [X] I have thorou…
-
The current validation for the "Contact Us" form is not functioning as expected, allowing invalid inputs such as '111' for the phone number field. We need to implement stricter validation rules to ens…
-
Would be nice to have some basic inputs validation for our forms.
I had a nice experience using `Yup` library with Formik we currently use.
One of such helpful validations would be running
```ethe…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
Description:
The sign-up form currently lacks validation for the email format, allowing users …
-
**Describe the bug**
The "Phone" field in the Contact Us form should only accept Numbers. Currently, the field allows users to input symbols and special characters, which may lead to invalid or spam …
-
**Scope**:
MUI Form renderer
**Description**
I want to develop a functionality called save as draft which should disable form validation on submission of the form and capture the form values ent…
-
### Description
The form in the contact page is accepting the response eventhough the input are invalid so i want to add form validation over there.
### Screenshots
![image](https://github.com/user…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
The "Name" field in the Contact Us form section should only accept alphabetical letters (a-z,…
-
Currently, the registration form handles input changes at the form level instead of individually for each field. This can lead to difficulties in maintaining and updating the code. Additionally, after…
-
**Is your feature request related to a problem? Please describe.**
I want a form with reusable components that includes form validation, a modern design, and advanced input features, but I find it di…