Title: [Plugin: WordPress Form Manager] Shortcode [item post_url] into Notification
Last modified: August 20, 2016

---

# [Plugin: WordPress Form Manager] Shortcode [item post_url] into Notification

 *  [ibonatelli](https://wordpress.org/support/users/ibonatelli/)
 * (@ibonatelli)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-shortcode-item-post_url-into-notification/)
 * Hi,
 * I’ve tried set [item post_url] into email notification. To show the post’s title
   that was sent but this doesn’t work.
    It’s is all right to save [item post_url]
   into DB.
 * This is my test:
 * [@start](https://wordpress.org/support/users/start/)
    To: [admin email] From:
   Me <site@me.com> Subject: Sent by website
 * MIME-Version: 1.0
    Content-type: text/html
 * [@message](https://wordpress.org/support/users/message/) start
    <html> <body>[
   template summary] Model: [item parent_url] IP: [user ip] </body> </html> [@message](https://wordpress.org/support/users/message/)
   end [@end](https://wordpress.org/support/users/end/)
 * Just IP was sent.
 * Thanks
 * [http://wordpress.org/extend/plugins/wordpress-form-manager/](http://wordpress.org/extend/plugins/wordpress-form-manager/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-shortcode-item-post_url-into-notification/#post-3031042)
 * Your test has [item parent_url]. You want to use either ‘parent_post_url’ or ‘
   post_url’ in the [item …] shortcode.
 *  Thread Starter [ibonatelli](https://wordpress.org/support/users/ibonatelli/)
 * (@ibonatelli)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-shortcode-item-post_url-into-notification/#post-3031046)
 * Thanks for your reply. Very helpful.
 * I was doing this because is written on documentation.
 * [item post_url] – the URL of a published post. Only applies if you are publishing
   your submissions as posts.
    [item parent_url] – the URL of the post ID where 
   the form was submitted from.
 * Your suggest is correct.
    [item parent_post_url]
 * Just to make better. Do you know how i cant insert the post’s title in the message?
 * I’ve tried this but just unsucess.
    [item title] [item post_title] [item parent_post_title]
 * Thanks a lot!!!!
 *  Plugin Author [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-shortcode-item-post_url-into-notification/#post-3031062)
 * If you are willing to edit the code, insert the following line at line 133 of
   email.php:
 * `case 'post_title': return get_the_title( $this-> formData['post_id'] );`
 * This will let you do [item post_title].
 * I’m not able to add this to the official plugin right now, but v2.0 will include
   this.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: WordPress Form Manager] Shortcode [item post_url] into Notification’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-form-manager.svg)
 * [Form Manager](https://wordpress.org/plugins/wordpress-form-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-form-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-form-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-form-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-form-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-form-manager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-shortcode-item-post_url-into-notification/#post-3031062)
 * Status: not resolved