Our gravity form is embedded inside all of our WP posts. Is it possible to have the category of each particular post passed automatically into a hidden field in the gravity form?
I've tried using the "Post Fields - Category" field, but it does not seem possible to get that entry to be auto-filled. (Instead, I can only get it to allow the user to manually select a category).
I've also tried using a "Standard Fields - Single Line Text" field with a merge tag, but I do not see an option for categories in the "Insert Merge Tag" drop down admin menu. (Only "Client IP Address" etc.)
The goal of the above question is to then allow us to use conditional logic to display different confirmation messages to the user based upon which category the post they were reading was in. i.e., if the gravity form was embedded in a post in Category A, then we automatically display Confirmation Message A, if the form was embedded in a post in Category B, then we automatically display Confirmation Message B, etc.
Any help would be greatly appreciated!