OK, so you have a multipage form, because it's long. The first page has a few questions, the next page has more questions, and based on some of the answers on the second page, you conditionally redirect them to a page with results specific to their choice?
One way to do it is to make your confirmation a redirect. You can elect to "show values" in your field, then in the field, enter the slug of the page where the prices are located for that state. So, if your checkbox or radio button or drop down option is "California" maybe your value would be "california-prices". If your pages are named consistently this will be even easier.
Once you have the value which corresponds to the slug of the page where the pricing resides, you can do this in your redirect for the confirmation:
http: // your. example. com/{FieldName:3:value}/
The key there is "value" in the merge tag. When you do this, the value of the selected choice from field 3 (in this example) will be appended to your site URL, and the visitor will be sent there.
I hope the instructions are not too cryptic. If you need help getting this up and running please let me know.
There are other ways to do this, but this one might be easiest.
Posted 12 years ago on Friday August 17, 2012 |
Permalink