Pro
How to validate submissions with field rules (schema)
Validation rules let you require specific fields (like email) and reject submissions that don’t match expected types or constraints.
Configure rules in the Workflow tab
- Open your form in the dashboard.
- Go to Workflow.
- Under Field Validation Rules, add fields you expect.
- Mark fields as Required when applicable.
- Click Save Rules.
What gets rejected
- Missing required fields
- Wrong type (for example non-email in an email field)
- Constraint violations (min/max, length limits, accepted file types)
Testing tips
- Submit once with valid data and confirm it appears in Submissions.
- Then try intentionally missing a required field and confirm you see the error message.