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.

Changing confirmation page based on form entry.

  1. Hey

    I apologise if something like this has been asked already but I couldn't find anything on the forums.

    I'm trying to create a form that will display certain documents based on a checklist in the form. So if I have a checklist giving options to download four possible documents - a,b,c and d and the user checks to download a,c and d, only a,c and d will be available to download on the confirmation page.

    I hope this is clear enough and there is a solution to this.

    Thanks in advance.

    Posted 12 years ago on Tuesday October 18, 2011 | Permalink
  2. You can change the confirmation message using the gform_confirmation hook. There is a good discussion of doing just that, here:
    http://www.gravityhelp.com/forums/topic/making-a-result-page-based-on-conditional-logic#post-33722

    If you want to use a confirmation redirect, you can do that as well, send a value to that new page using the query string, then the page needs to interpret what it's receiving, and display the appropriate content.

    There's more than one way to do it.

    Posted 12 years ago on Tuesday October 18, 2011 | Permalink