Can I have two different buttons on a single for that link to separate pages?

  • Kayla_Hughes
    Asked on June 28, 2016 at 1:31 PM

    I am trying to create a form that has two buttons: The first is a submit button.  When that button is clicked, we want the user to be redirected to another form.  (this part is already set up using the Thank You page).

    If the user selects a second button, we would like for them to be redirected to a thank you page, not the second form. 

    Is it possible to have two separate submit buttons on a single form redirecting to two separate locations?

  • Nik_C
    Replied on June 28, 2016 at 2:39 PM

    Unfortunately, that is not possible at the moment. You could use a custom thank you page, where you would enable an option to post submission data to the Thank you page.

    You could then redirect to PHP (or any other server side language)script, that would collect the posted data and based on the users choice you would redirect the user to the page you want. 

    Note: This technique requires you to create a field for the user(a radio button, or a dropdown) on which you would choose to which page you would redirect him.

    Let us know if you need more information.