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.

GravityForm + Post Feature

  1. Hi,
    I would like to customize my form so that when a user makes a submission and a post is auto created pending review, wp automatically creates a URL for it.

    Example, if i submit a form with the post title "image 321" it will be saved as domain.com/image-321.

    I want to send this URL (if possible in form of a short URL) to the user. Can this be possible?

    Posted 12 years ago on Friday February 3, 2012 | Permalink
  2. any updates?

    Posted 12 years ago on Tuesday February 7, 2012 | Permalink
  3. Hi splashpress,

    For the user notification message, you could specify the URL like so:

    http://yoursiteurl.com/?p={post_id}

    The post ID merge tag would populate the post ID and WordPress would handle converting this to a permalink when the user clicks through to the site.

    Posted 12 years ago on Thursday February 9, 2012 | Permalink