webformnavigation
426 sites
Security covered
The goal of this module is to provide the ability to navigate forward and backward through a web form using the Webform Progress tracker (aka wizard progress bar) supplied by the webform module on multi-page web forms. It also allows for the ability to bypass validation when the user presses the "next" button as they navigate through the form.
Synopsis
The goal of this module is to provide the ability to navigate forward and backward through a web form using the Webform Progress tracker (aka wizard progress bar) supplied by the webform module on multi-page web forms. It also allows for the ability to bypass validation when the user presses the "next" button as they navigate through the form.
Configuration
- Enable the module at Administration > Extend.
- Go to your webform's settings page
/admin/structure/webform/manage/webform_machine_name/settingsand scroll to the "Third Party Settings" section. - To allow for forward navigation, simply check the checkbox labeled "Allow forward navigation when the wizard progress bar is enabled" checkbox.
- To allow for bypassing validation when a user presses the "Next" button check the "Prevent validation when the user presses the "Next Page" button" checkbox.
- Insure the navigation progress bar is enabled by visiting
/admin/structure/webform/manage/webform_machine_name/settings/formand checking the "Show wizard progress bar" checkbox. - Enable the webform navigation handler in the Emails / Handlers tab:
/admin/structure/webform/manage/webform_machine_name/settings/handlers
Credits
Dependencies
- Webform
- The webform logger module that is built into the webform module.