Table of Index
Field Validation
Field Validation
Automatic Validation
Email fields validate email format and show an error if the address looks wrong
(for example:The email address you entered is not valid. Please check the format and try again (example: name@example.com).)Required fields must be filled; otherwise you’ll see a message such as:
Please fill out all required fields marked with an asterisk (*).File fields validate file type and size (25MB per file, 1GB total storage per license)
Other fields (numbers, URLs, etc.) are checked for basic format where applicable
Error Messages
When validation fails, users see clear messages indicating what needs to be corrected.
Field-level errors appear near the relevant field, and an overall message appears below the form button.
For a complete list of possible messages and what they mean, see Messages Reference.
Best Practices
Keep forms concise - Only ask for necessary information
Use clear labels - Make it obvious what information is needed
Group related fields - Use conditional logic to show relevant fields
Test thoroughly - Test all fields and conditional logic before publishing
Provide helpful placeholders - Guide users on what to enter
Use appropriate field types - Match field types to the data you're collecting