I use Toolset Suite on my TEC site and working on creating a venue search. In trying to use the “_Venue_City” for the search it appears that field is not visible to Toolset. Toolset support suggested I contact MT for assistance.
Yes you may be right, because it looks like the fields are private to the plugin. I will suggest to contact the plugin author for an API, short code or reference about, how you can grab the fields in another plugin.
All our fields are WordPress custom fields and by adding the _ in front of the field name it makes it private that is a WordPress feature and not ours.
The _Venue_City is not a custom field for us it is actually _VenueCity so that maybe the issue.
Thanks. The “_Venue_City” was a typo I made here. “_Venue_City” is the value I am working with. [wpv-control field="[wpv-post-field name='_VenueCity']" url_param="_VenueCity" type="textfield"] worked in my Toolset View is this helps anyone