Wagtail Advanced Form Builder is an extension on top of Wagtail's in-built Form Builder. It provides the ability to create forms with conditional logic.
The documentation for using and developing with Wagtail Advanced Form Builder can be found at https://wagtail-advanced-form-builder.readthedocs.io/en/latest/
- Support for the following fields:
- Single line field
- Select dropdown field
- Email field
- Hidden field
- Multi line field
- Multi select field
- Number field
- Radio field
- Checkbox field
- Multiple checkbox field
- Inline HTML field
- ...More fields to come...
- Conditional show hide actions on each field type including
- Is equal to
- Is not equal to
- Greater than
- Greater than or equal to
- Less than
- Less than or equal to
- Contains
- Starts with
- Ends with
- Is blank
- Is not blank
- Multiple conditions can be added for each field
Please report bugs or issues using the Issue Tracker
- Richard Blake (Octave)
This project is licensed under the BSD License - see the LICENSE file for details