• Resolved aliorg7

    (@aliorg7)


    Hey there guys, thanks for the amazing plugin that saves a lot of time.
    In a multi-step setup on the front end, I seem not to be able to disable remember scroll position. How to force the page to start from the beginning of next page and not the end of last page?
    Here is my solution but need to know the proper function name to replace ‘advanced_forms_ajax_next_btn_event’ with!!.

    jQuery( document ).on( 'advanced_forms_ajax_next_btn_event', function( event, data ) {
        jQuery('html, body').animate({ scrollTop: 0 }, 'fast');
         
    });

    Or if you have a better solution I’d appreciate it.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Doesn’t start nest page on the top of page n multistep form.’ is closed to new replies.