PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Help with Inconsistencies

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

  • 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.

  • #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


    • #3
      Thanks David!

      Comment

      Working...
      X