Validation¶
Every Field has their own rules implementation to manage how should be treated in the front, you can see more on each Field page
Rules¶
To set rules, use the rules method.
Create rules¶
To set rules that will appear on create, use the create_rules method.
Update rules¶
To set rules that will appear on update, use the update_rules method.