Can I turn off the field validation until after they click SUBMIT?

  • cmurtaugh
    Asked on May 29, 2015 at 11:05 AM

    Is it possible to turn off the error checking until after the click submit?

  • Sammy
    Replied on May 29, 2015 at 12:20 PM

    The facility to achieve your desired goal is not available in jotform,

    You can however download the full source code and add the capability using custom JavaScript or other jqery plugins such as this http://parsleyjs.org/ ,however you wont be able to see the error messages that are displayed when you use the jotform approach.

    You'll have to define you messages in this case.