Skip to content

Releases: IBIData/nos-forms-jquery

Classic Submit Fix

10 Jul 16:21

Choose a tag to compare

Fixed an issue where classic submits (no ajax) were having to be submitted twice in order to go through. Now default behavior will first call your submit handler in options (if it exists) so you can do pre-processing and manually submit. If that handler does not exist, classic submit occurs.