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.

Conditional Confirmation Page

  1. I have a one particular service which can be for children or adults. I set my gravity form to be able to choose that.

    However, after submitting the form, I would like to be able to send them to a different page depending on the option (children or adult). Is there such a method?

    Another method I could think of is using query string to pass the variable so that I can redirect to the same page but have different content. If this is a better method, can someone point out to be on how I can use query string?

    Thank you!

    Posted 12 years ago on Sunday February 19, 2012 | Permalink
  2. Just in case anybody needed an answer for my question, here are some tips to make things work.

    Example: After the form is submitted, you want to pass certain data to the next page to thank this user for signing up. You will be able to do the settings in the form itself, and it would look something like http://www.domain.com/?fname=Christ&gender=male

    In the page after submitting, use ' http://wordpress.org/extend/plugins/url-params/' to read the above url so that it can say "Hello Christ!"

    Now you may want to tell him something depending on the gender. Use 'http://wordpress.org/extend/plugins/optional-content/' to check the string query and show whatever you want!

    Posted 12 years ago on Monday February 20, 2012 | Permalink

This topic has been resolved and has been closed to new replies.