Using GForms 1.6.1 with gravityformsuserregistration.
Trying to validate zipcode based on country.
This works in that it will fail when checked against a hard-coded zipcode for testing.
I can retrieve the value of the zipcode field.
But I can't retrieve and store the value of the selected Country selector into '$this_country'.
I need the country so I can select the proper zipcode db table .
How can I get the value from that field?
Or is there a better way to go about this?