Hi @bigshow
Can you confirm that you have a label="Something" on your [md-select] shortcode?
If you do, could you please paste your form code here for me to check?
Thanks,
Angus
[md-select label=”Event Country” help=”Please Select the country where the party will accure”]
[select* country-lists data:countries.olympic]
[/md-select]
Hi @bigshow,
What version of the plugin are you using?
Also, does it work if you provide data manually (I.e. can you test this please)
[md-select label="Event Country" help="Please Select the country where the party will accure"]
[select* country-lists include_blank "USA" "Australia" "Denmark"]
[/md-select]
Please let me know the plugin version and the result of the test above.
Thanks,
Angus
Sorry, my bad.
Had a code issue on one of my functions
Thanks