formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Function setValidate

    • Lets you disable or enable form validation. If validation is disabled, the form may be submitted event if it is invalid (e.g. when it contains required fields that are still blank).

      Note that even if form validation is enabled, a client may still submit the form if they disable JavaScript or set up an appropriate HTTP request. To prevent this, you may want to enable server side validation in the designer.

      Parameters

      • doValidate: boolean

        Set to false to disable form validation. Set to true to enable form validation.

      Returns void