PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Multiple Confirmation Pages

  1. Is there a way Gravity Forms can serve up a different confirmation page based upon how someone answers one of the questions?

    ex. How likely are you to use this service again?
    a: (Radio buttons) Very Likely - Likely - Maybe - I'm not sure - Never

    Each answer will bring the respondent to a different confirmation or landing page.

    Posted 11 years ago on Thursday September 13, 2012 | Permalink
  2. There's not anything built in to the plugin to do what you're asking but you should be able pass a querystring variable with you answer to an external confirmation page with some logic coded into it to show different confirmation text.. if the answer=likely, then output code block one, if answer=maybe, then output code block two, etc.

    Posted 11 years ago on Thursday September 13, 2012 | Permalink
  3. Actually i had to do this with enabling three different links. This is what I did to make this work.

    I made three textbox fields containing the link visible to ADMIN only. Then i had that 'show field' based on the conditional logic of the selection of the radio buttons-. So i had had the 3 pdfs in different languages in the email to email each link

    so my link looked like this:
    <a href="{english}{chinese}{spanish}" rel="nofollow">

    and oonly the visible one would show thanks to the conditional logic of the radio button.

    Maybe you could do something similar?

    Posted 11 years ago on Thursday September 13, 2012 | Permalink
  4. That's a pretty unique work around. Thank you for posting your solution.

    Posted 11 years ago on Thursday September 13, 2012 | Permalink
  5. no problem, as always(well almost...) there's never just one way to do something - But hey, i guess that's half the fun.

    Posted 11 years ago on Friday September 14, 2012 | Permalink