Use BasicForm to construct and use Formulator forms from Python code.
Remove a particular field from the form.
Change Formulator Forms
Add a list of fields to a on the form. The group
argument is
optional; if no group is given the fields are added to the first
group. Fields are added in the order given to the bottom of the
group.
Change Formulator Forms
Add a field to a group on
the form. The group
argument is optional, and if no group is
given the field is added to the first group. The field is
always added to the bottom of the group.
Change Formulator Forms