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.

Confirmation Query String from singular drop down field

  1. Hi,

    I might be getting a bit ahead of myself, or calling it the wrong thing here! Sorry if that is the case.

    I am trying to set up a simple form that uses a drop down countries list.

    The aim is that when a user selects United Kingdom, and presses select, they will be taken to the WordPress Page/Custom Post Type for the UK.

    Is this possible using the Confirmation and the advanced Query String?

    All help as always really appreciated.

    Posted 12 years ago on Thursday May 5, 2011 | Permalink
  2. Conditional confirmation redirection isn't currently a feature.

    If you want to redirect them to a specific page/post based on a selection they made in the form you would have to do this as a customization.

    Write a custom PHP page that handles the redirect based on a query string value passed to it. Configure your form confirmation to use redirect, input the URL to your custom PHP redirect page and pass the form field value using the query string builder.

    Posted 12 years ago on Thursday May 5, 2011 | Permalink