Form Select Box with state/country
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Form Select Box with state/country
Any plugins for a form field with a state or country lists?
Re: Form Select Box with state/country
You can use the built-in combobox for this.
Click Import->predefined values to import a list of states or countries.
Click Import->predefined values to import a list of states or countries.
Re: Form Select Box with state/country
Thank you,sir!
Re: Form Select Box with state/country
Hello
Is there a setting to pre-select the country in which the visitor is located in the list?
Greetings,
André
Is there a setting to pre-select the country in which the visitor is located in the list?
Greetings,
André
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Form Select Box with state/country
This would need a custom script such as the following:
https://stackoverflow.com/questions/211 ... -down-list
Example: when I visit the url it shows that my location is United Kingdom. I also tried with a VPN using Switzerland which I believe is your location and it showed correctly.
https://jsfiddle.net/6ythcL5j/
https://stackoverflow.com/questions/211 ... -down-list
Example: when I visit the url it shows that my location is United Kingdom. I also tried with a VPN using Switzerland which I believe is your location and it showed correctly.
https://jsfiddle.net/6ythcL5j/
Re: Form Select Box with state/country
Thank you very much for the help.
This works very well
This works very well