During a recent development project involving a class registration system, we found a way to populate a form field based on the tile of the current WordPress page or post.
This Gravity Forms merge tag could be used in areas such as notifications and confirmations, but not until the data was submitted and saved.
Now we are able to include this tag as a default value, and the data passes to the form field successfully. Below, is the merge tag code used to dynamically insert current post title into a field.
{embed_post:post_title}
Leave a Reply