Tuesday 02 March 2004 8:54:16 am
Hi, I'm trying to specify a null option inside a select statement: <select name="{$attribute_base}_ezselect_selected_array_{$attribute.id}[]" {section show=$attribute.class_content.is_multiselect}multiple{/section}>
<option value="">Please choose a region</option> ......... Other options .......... I want it throw a validation error because this is a required field (I've set it so in the class definition). But even though I've tried things like "null", "NULL", NULL, , ... I can't seem to get it to work :( Anybody got any advice? Is there an easy way to achieve this? (This is a single select) Thanks, James
|