[Plugin: Gravity Forms – Update Post] Automatically generate a link to the editable form?
-
I’m using this plugin along with Gravity Forms + Custom Post Types. So far, things are working extremely well. I just have one main issue that I need addressed.
When a user submits a form (which makes a new post), I’d like to be able to generate an automatic link to the editable form when a new page is published.
I tried to include html (
<a href="/some-page-with-a-form?gform_post_id=<?php the_ID(); ?>">Edit This Post</a>
(with the actual URL at the start) in the merged body of the post, but it doesn’t display correctly on the new post.If I could get that to work, it would be incredible. Is there any other way to make this happen?
Thank you!
https://www.ads-software.com/extend/plugins/gravity-forms-update-post/
- The topic ‘[Plugin: Gravity Forms – Update Post] Automatically generate a link to the editable form?’ is closed to new replies.