hi i am using multipage form and i want add some Jquery action , when user click the back button
open this page click Calcualte ROI then form open
hi i am using multipage form and i want add some Jquery action , when user click the back button
open this page click Calcualte ROI then form open
You can use the following filter to alter the markup for the Previous button: gform_previous_button - Gravity Forms Documentation
That will allow you to add a custom onclick event to the button to fire your jQuery code.