Skip to Content
Form EditorValidation

Validation

Flow validation

When editing a question you can select a flow as the validation source. The flow receives an object containing:

  • value – the current value of the input
  • answers – an object with all of the form’s key/value pairs

If the flow returns { success: true } the input is considered valid; otherwise it will be invalid. This validation runs when the input is blurred and again on form submission.

Last updated on