JavaScript does work after submission via Ajax ( Ajax submission )

Hey Community,

I am facing issue similar to the one defined on this: Some javascript functionality doesn't work when AJAX is enabled on multi-step form

When the Ajax is enable on the form, all the click events and rest of the JS stops working.

I have also tried to place my click listeners in the ‘gform_post_render’ hook but it does not make any difference.

How can I do so? What can be wrong on this?

@waqtar4
I ended up turning off ajax for the multi step forms because I was having too much trouble with it
I also used localStorage if I needed to store and use a value for another step

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.