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.

Gravity Form not redirecting

  1. krshoffner
    Member

    I am using GF and Cart66, and what I would like to be able to do is when a Visitor submits the GF, they are redirected to a Page that says "Thanks" & Display unique URL for making a purchase within Cart66

    I've read through the Forums about Generating Unique URL's but haven't seen in the Admin side of things.

    Is what I am trying to do possible, or should I just REDIRECT to a page with all the Products to purchase?

    Posted 13 years ago on Wednesday March 2, 2011 | Permalink
  2. Is the URL unique to that user submitting the form?

    If so you can generate the unique URL and store it as a hidden field when the form is submitted. There are examples of populating hidden fields on the forum that discuss how to do this. You would have to know what the URL is then populate a hidden field on your form with that value.

    Then on the confirmation page you would display that field value to the user.

    Another option would be if you are using the 1.5 development release the Confirmation Text message supports shortcodes. You could create a custom shortcode that outputs the URL and use that shortcode in the confirmation text message.

    Redirecting to the page with the products is also an option.

    Posted 13 years ago on Wednesday March 2, 2011 | Permalink