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
-
harvillo
-

- Posts: 40
- Joined: Thu Apr 18, 2019 8:26 pm
Form Select Box with state/country
Any plugins for a form field with a state or country lists?
- Pablo
- Posts: 23916
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
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.
-
harvillo
-

- Posts: 40
- Joined: Thu Apr 18, 2019 8:26 pm
Re: Form Select Box with state/country
Thank you,sir!
- cadtec
-

- Posts: 34
- Joined: Sat Oct 06, 2012 3:12 pm
- Location: Switzerland
- Contact:
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: 6125
- 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/
- cadtec
-

- Posts: 34
- Joined: Sat Oct 06, 2012 3:12 pm
- Location: Switzerland
- Contact:
Re: Form Select Box with state/country
Thank you very much for the help.
This works very well
This works very well