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?