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.

Having form redirect to different places depending on entries?

  1. Hello:

    I see where you can have the form redirect to a page or URL when it is submitted; but is there a way to have the form redirect to different pages or URLs depending on what is entered on the form; like they can choose 1,2, 3 or 4; and each one if chosen will take them to a different page?

    Thanks,

    Gerard

    Posted 13 years ago on Thursday January 13, 2011 | Permalink
  2. There was this solution posted a while ago:

    http://forum.gravityhelp.com/topic/terms-of-conditions?replies=13#post-2046

    At the time, there were no conditional redirects built in. Not sure if they will be in 1.5 or not.

    Basically, you pass the 1, 2, 3 or 4 to the confirmation page, which uses a custom page template and in that template you handle the case of the entry 1, 2, 3 or 4. That's what Kevin's solution provides. His use case was yes/no, yours will be 1, 2, 3 or 4.

    Posted 13 years ago on Friday January 14, 2011 | Permalink