I have been using the shortcode in a gravityforms form which is working great
[template id=1 post_in=2]
I am now wondering two things:
I use live merge tags in gravityforms to pass data from one field to another using the function by gravitywiz (How to Use Merge Tags in Field Labels with Gravity Forms - Gravity Wiz) I am wondering how I can use the merge tag as the field value for post_id in the shortcode?
I tried
[template id=1 post_in={:2}]
but it didn’t work
The second question is how to use more than one post_in within a shortcode (so being able to pass multiple values)
Thanks