I am using a custom field plugin and I'm having issues with having a short code within a gravity forms short code.
I want the field values to be auto filled with the custom fields.
------
[gravityform id="4" field_values="city=[types field="city-state"]"]
will look like this
[gravityform id="4" field_values="city=sandiego"]
------
The problem is i get left with a "] so i don't think it will work
Any ideas?