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.

If-Then conditional redirecting/links

  1. I should have asked this before purchasing, but is there any way to allow a redirect to a different page based on form fields?

    What I need is for customers to be able to select A, B, or C from a dropdown menu, then enter their zip code. Based on this they're redirected to the page for "A" in the zip code they entered.

    Is this possible? Thank you.

    Posted 13 years ago on Thursday May 26, 2011 | Permalink
  2. Currently this is not a feature. It can only be done as a customization by creating a simple redirect handler, then configuring your form to redirect to your custom PHP page that handles it.

    - Create a PHP page that redirects to a URL based on a query string value
    - Configure your form so the Confirmation Redirect goes to this PHP page

    So it's not a built in feature, but it's possible to implement it. It is a feature we plan on adding in the future.

    Posted 13 years ago on Thursday May 26, 2011 | Permalink