I created a custom taxonomy called Location (nonhierarchical). The Gravity Forms + Custom Post type plugin lets set a single line text field where any user inputs would add to that taxonomy.
What I want to do is have the text field hidden and pass the City value from an address field into the single line text field.
I tried setting the default value to the {Address (City):1.3}
variable but the field came back empty.
Can this be done another way?