...
A "collector step" can be Online or Offline validated During the registration - as opposed to during posting (always online).
Default behavior for a "collector step" is Offline validation, unless onlineValidation has been specifically implemented for the step.
...
Add the validationWarningType attribute to the relevant Workflow element.
The following options are:
- None
- Allow the user to enter a different value than the one suggested.
- Allow the user to enter a different value than the one suggested.
- Warn
- Warn the user if an other value than the suggested is entered. Allowing the user to change it by accepting the prompt.
- Warn the user if an other value than the suggested is entered. Allowing the user to change it by accepting the prompt.
- Block
- Do not allow the user to enter a different value than the suggested value.
...
- No connection to backend for advanced logic, like Online validation offers.
See also
- Steps
- Configure Online-validationOnlinevalidation
The Standard workflow collector steps
...