The simple way to do this is, use the the built-in validation like "value cannot be 1",
Then you can populate you list of options like the following, which the Default (Please select) will give you 1 for the value and it will be invalid.
1;Please select
value1;option 1
value2;option 2
value3;option 3