Hello, i created a dropdown with the following options
Select One
y=Yes
n=No
This dropdown is a mandatory field but as default the first option "Select One" is selected and the validation passes which is wrong in my case.
How can i define the first option as disabled selected?
Select One
y=Yes
n=No
This dropdown is a mandatory field but as default the first option "Select One" is selected and the validation passes which is wrong in my case.
How can i define the first option as disabled selected?
Hi
Unfortunately this is not working.
I have
=Please select
yes=Yes
no=No
But in Frontend the first entry "Please select" is not shown, just an empty line there in the dropdown. Source code looks like this:
I use CF 6.0.21, do I need to add another code?
Thanks.
Patrick
Unfortunately this is not working.
I have
=Please select
yes=Yes
no=No
But in Frontend the first entry "Please select" is not shown, just an empty line there in the dropdown. Source code looks like this:
<div class="item active selected" data-value=""></div>
I use CF 6.0.21, do I need to add another code?
Thanks.
Patrick
No that should be it. Make sure you don't have any empty lines in there
Even with spaces ( = Please select) it works.
Make sure you don't have anything in the Selected values.
And if you want upload your form for a deeper look.
Make sure you don't have anything in the Selected values.
And if you want upload your form for a deeper look.
This topic is locked and no more replies can be posted.