• Resolved hhendrickson

    (@hhendrickson)


    Hi Form-Maker team,

    I am currently building a website where applicants use a form-maker form to apply to positions. Right now, every time an applicant hits “next”, the page reloads, and the applicant has to re-scroll down to continue.

    Is there a way to disable the “next” button from refreshing the page every time it is clicked?

    The form I am talking about is here: https://partners-equity.com/select/

    Thank you,
    Hunter

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi, @hhendrickson!

    Thank you for posting about this problem!

    Could you please try the following solution? Open /form-maker/js/main_front_end.js file and find the following two functions:

    function page_previous(id, form_id, form_view_count, form_view_max)
    function page_next(id, form_id, form_view_count, form_view_max)

    The following line is written in both of these functions:
    window.scroll(0, form_maker_findPos(document.getElementById("form" + form_id)));

    Please replace both with this:
    window.scroll(10, form_maker_findPos(document.getElementById("form" + form_id)));

    It should do the trick. Make sure to clear the cache of your web browser before you check the changes. Let us know if it works.

    Cheers!

    Thread Starter hhendrickson

    (@hhendrickson)

    @formmakersupport,

    Thank you for your fast reply. I tried this solution, but haven’t had any luck.

    Are there any other solutions you could think of?

    Thanks again for your help!

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hey, @hhendrickson!

    In that case, could you please contact our team through this form and let us check the problem? Please send the link to this forum thread.

    Our development will provide a solution ASAP, and we will post it here.
    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“Next” Button always refreshes page’ is closed to new replies.