Gossamer Forum
Home : Products : DBMan : Customization :

Search Error

Quote Reply
Search Error
I have problems with "Search" ! After a search failed (no matching records)
I can't reset the Form on the >Search Failed< Page.

If I search with Keywords and the search failed,
the Keyword appears in every Text-Field in the
>Search Failed< Page.

I checked this Bug also at "sites in action":
www.cheekfreak.com

Thanks ... Gerhard
Quote Reply
Re: Search Error In reply to
You cannot reset the form because the fields are automatically filled in with the data from the previous search. The "Reset" button reverts to the data in the fields that were there when the page was created.

If you don't want the previous search terms to be entered into the form on the "Search Failed" screen, in html.pl -- sub html_view_failure, change

&html_record_form(%in);

to

&html_record_form();



------------------
JPD