Untitled
unknown
plain_text
4 years ago
397 B
9
Indexable
jQuery(document).ready(function( jQuery ) {
jQuery('#wpforms-30').each(function() {
jQuery('.wpforms_radio_next input[type=radio]').each(function() {
jQuery(this).on('click', function() {
jQuery(this).parents('div').next('.wpforms-field-pagebreak').find('.wpforms-page-next').trigger("click");
});
});
});
});Editor is loading...