PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Problems with custom meta drop down filed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problems with custom meta drop down filed

    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 &amp; 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

  • #2
    Which script platform are you using? PHP, ASP, JS, CGI or ASP.NET?

    Have you made any changes to the script or specified to use a custom script? Are you sure you are using the latest script from build 1027 in the hosted folder? Did you use a previous build earlier?

    Is this form generated from going to the search page, or is it HTML on one of your other pages?

    It would help alot if we can see the problem. Consider zipping up the files and e-mailing them to us (you could create a smaller index if you want to make the files smaller, just to demonstrate the problem).
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    Working...
    X