Searching....
3 posts by 1 authors in: Forums > CMS Builder
Last Post: December 1, 2009 (RSS)
By jimbly2 - December 1, 2009
Hi - I can't seem to get the search function to work - it just keeps returning the complete list page again?
<form method="POST" action="clubs_list.php">
<input type="text" name="title_keyword, content_keyword" value="">
<input type="submit" name="submit" value="Search">
</form>
Any ideas?
Also - is there any documentation on the drop down feature -( i.e. what it is, how it works and some example code?)
Thanks
Jim
<form method="POST" action="clubs_list.php">
<input type="text" name="title_keyword, content_keyword" value="">
<input type="submit" name="submit" value="Search">
</form>
Any ideas?
Also - is there any documentation on the drop down feature -( i.e. what it is, how it works and some example code?)
Thanks
Jim
Re: [jimbly2] Searching....
By jimbly2 - December 1, 2009
For a multi field search it should be:
<input type="text" name="title,content_keyword" value="">
No spaces between, just a comma :-)
<input type="text" name="title,content_keyword" value="">
No spaces between, just a comma :-)