Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
The formWizards module sets restrictions/reformats form values of form fields while the field is being filled or after clicking to another field.
webanizr.collect('formWizards', parameters, callback)
The formWizards module accepts following parameters:
The id of the form
list__wizards (required)
The list of wizards. Each wizard will contain following parameters:
type__wizard(required)
Type of the wizard. There are currently three types of wizards:
dataname__field(required)
The dataname of the form field to manipulate.
This callback function to call.
https://cdn.cpmodules.webanizr.com/demo/form-wizards/index.html
25 Nov 2020 Version 1.3.1 - Updated the form validation on compareFields wizard
25 Nov 2020 Version 1.3.0 - Added compareFields wizard
9 Feb 2021 Version 1.5.0 - Added duplicateCheck wizard