• Resolved jfool

    (@jfool)


    Hi,

    Is there a way for me to setup my submit (calculate) button to also trigger “next” page on my form?

    Thanks in advance!
    Cheers,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @jfool

    By pressing a submit button the browser navigates to the thank you page. You cannot submit the form and move on the next page in a multi-page form.

    If you want to get the user’s information in this process, you can implement a server-side equation as describes the following post in the plugin’s blog:

    https://cff.dwbooster.com/blog/2019/08/04/partial

    If you have a calculate button in the page and you want apply a next page behavior, you can enter as its onclick event the following piece of code:

    
    jQuery('.pbNext:visible').click();
    

    Bet regards.

    Thread Starter jfool

    (@jfool)

    Awesome, thank you so much for your quick help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Next Page when Submit is clicked’ is closed to new replies.