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.

Create confirmation page with link to post.

  1. Runamok81
    Member

    I'm sure this is a common question, but I've had no luck searching. I am using Gravity forms to create user submitted posts. After a user submits their form, I would like to provide a confirmation message which includes {all fields} AND a hyperlink to their created post.

    I have three choices for confirmation: Text, Page, and Redirect.

    I currently use Text. Which will display the {all_fields} data, but how can I generate an HTML link?
    I could use Redirect and the value "http://mywebsite/p?={post_ID}", but that means no confirmation message.
    Finally, I'm not even sure if I can use page to get the gform data.

    Any suggestions on how to display a confirmation page with all data and a hyperlink to the user created post?

    Posted 11 years ago on Friday December 14, 2012 | Permalink
  2. developdaly
    Member

    You can use something like this http://pastebin.com/UHzieTiP which will get the post they created and spit out all of the associated fields.

    You'd place that function in a template that the user is redirected to. Then you'll need to customize the contents of the function to be more human readable and include the hyperlink. As it stands out, it will just show everything. It's a starting point.

    Posted 11 years ago on Friday December 14, 2012 | Permalink
  3. Runamok81
    Member

    Thanks! I will give altering that code a shot. I'll reply here and let you know my progress.

    Posted 11 years ago on Friday December 14, 2012 | Permalink