Hi all,
I've got a form that posts criteria to a CFSEARCH page. Last week it worked.
This week it doesn't.
After a little checking I figured out that, for whatever reason, the
CFSEARCH page is no longer receiving anything in the FORM scope. If I change
the search page to use GET, it works perfectly.
Here's the code for the search form:
<form action="searchresults.cfm" name="searchform" id="searchform"
method="post">
<input type="text" name="stuff" size="25" >
<input type="submit" name="submit" value="Search">
</form>
And the search page:
<cfsearch collection="iam_everydayheroes,iam_publications,iam_database"
criteria="#form.stuff#" name="searchresults">
I'm stumped... Any help would be appreciated.
Ian
Portent Interactive
Helping clients build customer relationships on the web since 1995
Consulting, design, development, measurement
http://www.portentinteractive.com
Talk with us: http://projects.portentinteractive.com
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists