Get form data after submission via jQuery
-
I use jQuery to detect the
nfFormSubmitResponse
submission event (https://ninjaforms.com/blog/event-tracking-for-ninja-forms-no-plugin/). Then I make calls to various APIs, etc.Although my event handler is invoked, by then the form is clear so I don’t have access to the form’s data.
Does anyone know how to prevent the form being cleared after submission? Or to get access to the form data (maybe it’s cached somewhere).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Get form data after submission via jQuery’ is closed to new replies.