PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

NetObjects Fusion 10 - Zoom v5 - Blank Results

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

  • NetObjects Fusion 10 - Zoom v5 - Blank Results

    I can't see the wood for the trees now! Help needed!

    I just recreated a site in NetObjects Fusion 10 that's been running perfectly well for several years with Zoom 5. I created a new site, so not an edited Fusion NOD file. The set up of the search forms is identical to the old site (and several others I have done) but I am getting blank results.

    After spending the last 5 hours trying to see where I've gone wrong I think I've hit a brick wall. So guys can anyone help?

    www.aac-eu.org is the site in question.

    Paul.


    After some more investigation I can see that the results page isn't getting the &zoom_query='search phrase' (e.g. &zoom_query=antibiotics). If I manually add that to the results page I see what I am looking for.

    So I guess that means......what?

    Paul
    Written at 18:33 PM Saturday 16th May 2009
    Last edited by Adendum; May-16-2009, 05:33 PM.

  • #2
    See this FAQ for how to add a search form to other pages on your site.
    Q. How do I add search boxes to my web pages?

    At the moment you have this HTML code.
    <input id="FormsEditField1" type="text" name="FormsEditField1" size="97" maxlength="250">

    The input field name is wrong. You should be something like this.
    <input type="text" name="zoom_query" size="97" maxlength="250" />

    Comment

    Working...
    X