This thread has been incredibly helpful. I hope someone will check and answer a final question that I have.
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>
) in the merged body of the post, but it doesn’t display correctly.
If I could get that to work, it would be incredible. Is there any other way to make this happen?
Thank you!