Questions for Practice 6

Create Free Backend With Appwrite

Form Validation Practice Questions

  1. Create a form with First Name and Last Name fields. Validate the form to ensure that both fields are not empty.
  2. Create a form with Email and Password fields. Validate the form to ensure that the email is not empty and the password is at least 6 characters long.
  3. Create a form with Phone Number and Address fields. Validate the form to ensure that the phone number is not empty and the address is at least 10 characters long.
  4. Create a form with Username and Confirm Password fields. Validate the form to ensure that both fields are not empty and the password matches the confirm password.