Skip to main content

Form validation

Watch this video on our Youtube channel to learn how to add Input validation to validate user input for a Sign up page.

With Nowa form validation, you can check if the Input is:

  • Not empty
  • Valid email
  • Has a minimum or maximum length
  • Matches a Regex expression: With Regex, you can customize your own rules for user input. Check it out on Regex official site