Hi!
When an ajax enabled form is submitted, the form gets removed from the DOM. Is it possible to only hide the form, not remove it? I need some data from a couple of fields after it was submitted.
I tried to use the gform_confirmation_loaded function, but when this fires, the form is already deleted from the DOM.