Viewing 1 replies (of 1 total)
  • Plugin Author dabernathy89

    (@dabernathy89)

    Hey, so sorry to be getting to this so late. I’m sure you have this figured out by now, but I’ll answer for anyone coming to this question in the future. There’s no support for this out of the box with the plugin, but it only takes a few lines of JavaScript to handle:

    jQuery(document).ready(function($) {
        $('.gform_wrapper').on('change', '.pq-question-field .gfield_radio input', function(event) {
            $('.gform_page:visible .gform_page_footer .gform_next_button').trigger('click');
        });
    });
Viewing 1 replies (of 1 total)
  • The topic ‘Auto Submit Multipage Quiz On Radio Button Select’ is closed to new replies.