Hi all,
sorry for my english, im italian.
Here is my question.
I have a dropdown with a simple relation. Everything works jus great.
I have this option:
select color:
- blue
- red
that are the right values in my db
i also can dont make a choice in my dropdown color ( its not a strict relation ).
Now i would like to have
select color:
- none ( that must be equivalent to select nothing in the case before )
- blue
- red
( none is NOT in my db, so it must have a null value when the form wil be submitted)
In this way user will be constricted to make a choice in the dropdown.
is that possible?
Thank a lor, GC is so beautifull!