Conversation
supportHow is it possible to configure a placeholder for a countries dropdown list? Something like “Select Your Country…” and validate that a country has been selected? Thanks in advance for the assistance.
Which form plugin do you use?
I am using CF7 with Listo. Thanks
You can use the first_as_label option then. Example: [select your-country data:countries first_as_label "Select Your Country…"]
This worked, thank you!
Which form plugin do you use?
I am using CF7 with Listo. Thanks
You can use the first_as_label option then. Example: [select your-country data:countries first_as_label "Select Your Country…"]
This worked, thank you!