I'm using the "Insert Form Field" in a form with the following Gravity Forms code to insert the fields in a post using the Create Content Template option.
{Post Body:11} {Post Image:7:medium}
<B>Event Name: </B> {Event Name:1}
Event Date: {Date of Event:2}
Event Name: {Event Name:6} | Post Date: {date_mdy}
{Event Description:12}
{all_fields:admin:value}
This works very well and allows these fields to be submitted directly into a post. However, when I update the post, the form values do not change and when I use the form to update these fields, the post does not change.
How does one keep the updates synced when using this feature?
Thanks