multi step form without click the next button
-
Hello ?’m trying to add a multi step form and if a user check a checkbox it can be directly redirected to the next step without clicking on next button, but with my scipt the user should click 2 times to go to next step,
also the data in this case are not collected when hi submit the form because hi did not click next button
could someone help with this
this is my code :(function($){ $('.next-on-click .forminator-checkbox-label').click(function() { $('button.forminator-button.forminator-button-next').trigger('click'); }); })(jQuery);
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘multi step form without click the next button’ is closed to new replies.