I have a singleselect in my form. The options for my singleselect are
obtained from a MySQL database. I would like to know if it would be
possible to have the singleselect default to a value.
For example:
if my options are ['A','B','C','D','No'] and this is obtained from the
MySQL database would it be possible to default to 'No'
Thanks all