Releases: IBIData/nos-forms-jquery
Releases · IBIData/nos-forms-jquery
Classic Submit Fix
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.