PassMark Logo
Home » Forum

Help with Inconsistencies

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chewyBacca
    Newbie
    • Sep 2005
    • 1

    #1

    Help with Inconsistencies

    Hi,

    Purchased your product and love it. I have used it on clearchanneloutdoor.com and have recently put this on clearchannelairports.com.

    On clearchannelairports.com I am having a problem. When a search is entered from the top navbar on the homepage, it works fine. If I try this again from the top navbar, it will display a blank search page, however, searches from within the blank page work fine.

    I don't seem to have this problem with clearchanneloutdoor.

    Can someone help me please?

    Thank you.
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    There is a problem in the top nav bar form that you have created in the search_template.html file.

    Compare this working URL
    http://www.clearchannelairports.com/...&Submit=Search

    With this non-working URL
    http://www.clearchannelairports.com/...&Submit=Search

    One of the URL parameter names are wrong. You have "textfield" instead of zoom_query.

    This is a result of incorrect HTML code for your form. You need something like this for it work,
    <input type="text" name="zoom_query" />

    ------
    David

    Comment

    • Anonymous
      Senior Member
      • Dec 2004
      • 617

      #3
      Thanks David!

      Comment

      Working...