Forms¶
Form objects are what the Action and Condition use.
Action objects have execute(form) against Form objects, and Condition
objects have validate(form) to validate against a Form.
See respective documentations for more information about what this does client and server side.