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.

Link to created post in confirmation?

  1. I have created a form which, when submitted, creates a post. When the form is submitted, I have a confirmation message displayed. That is working fine by itself. What I'd like to do is this:

    Beneath the confirmation message, I'd like to have it say:

    Link to Tournament: http://link.com/link

    Basically, I'd like the post that was just created to be linked beneath the confirmation message. Possible?

    Posted 11 years ago on Monday November 26, 2012 | Permalink
  2. David Peralty

    And add this to your confirmation message:

    <a href="http://www.example.com/?p={post_id}">Your Link</a>

    The key here again is the merge tag of [post_id}. That will display a link to the post.

    Posted 11 years ago on Monday November 26, 2012 | Permalink