I have a drop down menu and the very first value is "Select"
When it comes to validation I want to make certain that the user has indeed selected something and not left the drop down as was.
I have looked at all the validation rules in the L5 docs and I can not find something which ignores a given value like "Select" and forces you to choose something else.
I thought perhaps the below would work - but Nope:
Guys - I don't get it. I'm getting a bad method call error. I'm obviously doing something basic which is wrong. I created a table called "crews" in my DB "auburntree". The field name is called "crew" and I have some values in the DB. So, in my validation array I do:
field name=>databasename:tablename
'crew'=>'auburntree:crews',
If I do:
value=>databasename:tablename
I don't get an error - but I could 10 values or more. It does not make sense that I should have to itemise all these.