Hi
I've some problems with a custom meta drop down filed.
I've made a list like this:
Policy
Procedure
Form
etc.
each values has it own line
Normally the search form should display "All" as default.
But in my case it's always the first entry "Policy".
I've tried to delete the complete list and to added again but still the same problem.
When I looking the source code with "firebug" I have the following code:
<option*value="-1">All</option>
<option*selected="selected"*value="0">Policy</option>
<option*value="1">Procedure</option>
<option*value="2">Instruction</option>
<option*value="3">Form</option>
<option*value="4">Template</option>
<option*value="5">Various</option>
<option*value="6">System</option>
<option*value="7">Standards & Certificate</option>
<option*value="8">Database</option>
<option*value="9">Report</option>
Did you had the same problem before?
PS: I'm using 6.0.1027 and it's not public (intranet)
Thanks
I've some problems with a custom meta drop down filed.
I've made a list like this:
Policy
Procedure
Form
etc.
each values has it own line
Normally the search form should display "All" as default.
But in my case it's always the first entry "Policy".
I've tried to delete the complete list and to added again but still the same problem.
When I looking the source code with "firebug" I have the following code:
<option*value="-1">All</option>
<option*selected="selected"*value="0">Policy</option>
<option*value="1">Procedure</option>
<option*value="2">Instruction</option>
<option*value="3">Form</option>
<option*value="4">Template</option>
<option*value="5">Various</option>
<option*value="6">System</option>
<option*value="7">Standards & Certificate</option>
<option*value="8">Database</option>
<option*value="9">Report</option>
Did you had the same problem before?
PS: I'm using 6.0.1027 and it's not public (intranet)
Thanks
Comment