• Resolved rosbiffer

    (@rosbiffer)


    On a multipage form when I complete the first page and click next the second page loads but focus goes to the bottom of the page so the user doesn’t see the fields on the second page

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi @rosbiffer,

    Could you please add the following custom JS code on your site and let us know if this resolves the problem…

    jQuery(".rm_next_btn").on("click", function(e) {
    ??????????? jQuery("html, body").scrollTop(jQuery("#rmagic-progressbar").offset().top);
    ?});

    Like the previous design issue you reported, this issue is also not occurring on our end. So we are assuming this is a conflict with your site theme.

    Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Due to lack of further response, we are closing this topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Clicking next goes to bottom of page’ is closed to new replies.