Skip to content

ProcessWire module extending FormBuilder to allow multiplying fieldsets in the frontend form

License

Notifications You must be signed in to change notification settings

BitPoet/FormBuilderMultiplier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FormBuilderMultiplier

ProcessWire module extending FormBuilder commercial module to allow multiplying fieldsets in the frontend form

Compatiblity

Compatible with ProcessWire 3.x

Status

beta - use with caution

Description

This module is an extension to the commercial FormBuilder module and adds a multiplication option to fieldsets so the user can add and fill in multiple sets of the contained fields (think "Repeater light" in ProcessWire terms).

Values entered this way can be saved and emailed, but can not be handled by the "Save to ProcessWire page" action.

Usage

After installing this module, create/edit a form with a fieldset. Go into the fieldset's configuration and check the "Multiply fields in this set" in the Details tab. Optionally, enter a multiplication limit.

Visit the form in the frontend or prevew. Under each fieldset enabled for multiplication, a button "Add row" has been added. Clicking on it adds another set of the fieldset's fields, comparable to PW's Repeater field type in the page editor.

The labels and names of such enabled fields are suffixed with an underscore and a consecutive number. So if your fieldset, e.g., contains fields with the name "surname" and "givenname", the first ocurrence in the form will get renamed to "surname_1" resp. "givenname_1". Clicking the button adds "surname_2" and "givenname_2". The "row number" is also appended to the fields' labels.

Screencast

Screencast/Gif

Script tag

FormBuilderMultiplier injects a script tag into every page header so it can multiply fields as necessary. You may want to suppress that happening for certain templates. You can do so in the module's configuration.

Thanks

Big thanks to viergg-jfc for language support, remove row functionality and bugfixes.

License

Released under Mozilla Public License (MPL) v2. You can read the full text here or open the "LICENSE" file included in your download of this module.

About

ProcessWire module extending FormBuilder to allow multiplying fieldsets in the frontend form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published