Hi
I'm assuming it is a simple questions as I'm new to osclass, i'm trying to default the value of the dropdown box- Region on my theme. Currently, i'm able to select all the regions that are available from the dropdown box, but I would like to default the value to one and make the drop down still selectable to different value. For example. the dropdown has values Yellow, Orange, Blue, Red, I want to show the default value to Blue when page loads. This is the code I found on theme that is creating the dropdown entries:
<?p
.....
ItemForm::region_select(osc_get_regions(),osc_user());
?>
Any help or suggestions is greatly appreciated.