Hi All, is there a way to have the permalink and/or post title of the current page I included the gravity form on, in the default value of one of my input fields. With a sort of quick code for example?
Hi All, is there a way to have the permalink and/or post title of the current page I included the gravity form on, in the default value of one of my input fields. With a sort of quick code for example?
PS: I know this exists: http://www.gravityhelp.com/documentation/page/Merge_Tags
But it only seems to be possible to have values from get_post function, and as you know, get_post doesn't come with the permalink, only guid.
You can use this merge tag as the default value of your field to capture the post title:
{embed_post:post_title}
It's available as one of the merge tags from the drop down when you go to configure the default value for the field.