I have 2 forms 'Country' and States'. I want client to click on USA and want states to be shown. So, basically, if USA - states showsn, if Candada - province. Please help. Thank you!
I have 2 forms 'Country' and States'. I want client to click on USA and want states to be shown. So, basically, if USA - states showsn, if Candada - province. Please help. Thank you!
Use the conditional logic functions to only show the fields you need. You would set up your form with a drop down field to choose a country, then add a drop downs field for the states and a drop down field for the provinces. You would then use the conditional logic to display the states drop down ONLY if the country drop down choice was US and to display the provinces drop down ONLY if the country drop down choice was Canada.
http://www.gravityhelp.com/documentation/page/Enable_Conditional_Logic
It sounds difficult at first, but once you start to play with it, it makes sense and is pretty easy to set up.
That makes sense, and I think I can do that, but my client is stressing that if we have an International Countries list, she wants "United States" and "Canada" to show up at the TOP of the list so that users don't have to scroll/navigate all the way down to "U" for United States. Is that possible to do in a way that it won't get overwritten with each new update release for GF?
You can use this filter here to arrange the Address Field's country list:
http://www.gravityhelp.com/documentation/page/Gform_countries
Alternatively, you can create your own drop down and manually enter the options you'd like in the order you'd like them
Thanks!!
No problem, glad to help!