Overview

Welcome to FreshForms Validation Documentation! This page provides an overview of the various validation rules applied when using FreshForms. Below you’ll find detailed information about the different validation types, the associated rules, and how to avoid common errors.


Summary Table

Validation TypeDescription
Form Name ValidationEnsures that form names are written in lowercase and contain no special characters
Field Name ValidationEnsures that field names are written in lowercase and contain no special characters
Required Field ValidationChecks that required fields are filled out before submission
Alphanumeric / Numeric / Email ValidationValidates input types (letters, numbers, emails)

What You’ll Learn

Each of the validation types has its own page. In these pages, you will:

  • Learn what the validation rule entails.
  • See example error messages and what they mean.
  • Find best practices to avoid triggering validation errors.
  • Get quick tips for fixing common mistakes.