Forums

First value in dropdown list returns "Please choose a value"

GreyHead 29 Mar, 2012
Hi alsage13,

You have the select drop-down validated as 'required'. This usually means that it has to have an option selected that has a value set. To have this work usefully you need to have a default option that has no value, usually this is the first option and you have it set to display ?? or 'please select an xxx'

I'm not quite clear what is happening to yours now - the validation no longer seems to be working at all on the select box.

Bob
alsage13 31 Mar, 2012
I'm still not really sure what the problem is, but I just removed the validation and so now it works. Cheers, Bob!
yaksushi 28 Nov, 2012
try adding a space before your first selection in the Options box that worked for me when I had the same issue.
sercio 04 Dec, 2012
HI, well. If i do this in a static dropdown all works, but how i can do this whit a dynamic dropdown from a db?
Thanks
GreyHead 04 Dec, 2012
Hi sercio,

Are you using the 'Show Empty' box in the drop down element?

Bob
sercio 04 Dec, 2012
No.
I try with "show Empty" parameter and.... now work well.
Thank you.
This topic is locked and no more replies can be posted.