Can I Validate Form Input
Yes, every form in Tadabase has a Validation Rules tab where you can set up rules to make sure the data being submitted is exactly what you expect.
Validation Rules let you:
- Make fields required
- Check for specific formats using regex (phone numbers, postal codes, custom patterns)
- Compare values across fields (end date must be after start date)
- Prevent duplicate values by checking against existing records
- Show custom error messages so users know exactly what to fix
Rules can run conditionally too, so you can validate a field only when certain other fields have specific values.
We'd love to hear your feedback.