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.

Text Confirmation and Querystring at the same time.

  1. Hello All,

    I'm not a PHP master, but can hack it pretty well.

    The "redirect" option with query strings works really well as I'm passing data to a third-party system that needs a urlencoded querystring.

    However, I need to display a thank you message and send the url string in the background at the same time.

    I know i have to use something like "gform_after_submission" or "gform_confirmation", but i'm having trouble from there. Can someone point me in the right direction?

    Thank you!

    Posted 11 years ago on Thursday October 18, 2012 | Permalink
  2. did you ever find a solution?

    Posted 10 years ago on Monday May 13, 2013 | Permalink
  3. David Peralty

    gform_after_submission is the best route to take to do this, but it requires intermediate level knowledge of PHP - http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Posted 10 years ago on Monday May 13, 2013 | Permalink