Hi,
I'm trying to figure out how I can use GF to create and/or populate a custom field in a WP post.
For example, I want to create a new custom field called 'Fruit' in my post. My GF form might say 'What is your fav fruit?'. This value would then be assigned to the Custom Field within a new post.
I've tried reading over a number of threads here, but nothing seems to cover it. I'm sure I'm missing something so obvious. I'm hoping I just need to know the correct syntax to put within the Create Content Template section for the Body field. For instance, I've tried {fruit:22} (where 22 is the form field), but to no avail - I just have the text "{fruit:apple}" added to the post body.