Adding an Empty Entry to a List for Non-Mandatory Fields

Browsers will select the first item in a selection list by default if no item is marked as selected. In certain cases you may not want to "suggest" a value to the user. A blank entry would be more suitable. Set the USE_BLANK attribute of the FIELD element to true to add a blank entry as the first item on the selection list.