Custom Search Form for ListViewer

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 27, 2008   (RSS)

By Dawna - February 27, 2008

I am using a code similar to this on one of my ListViewer pages and it works great but we will need to provide the pre-defined list of catogories to run the search. Can you provide the code that allows me to include a pre-defined drop down box for the search? [;)]

<form method="get" action="<?php echo $_SERVER['PHP_SELF'] ?>">
Categories: <input type="text" name="category" value="" size="15">
<input type="submit" name="" value="Search">
</form>

Re: [Dave] Custom Search Form for ListViewer

By Dawna - February 27, 2008

Rock 'n Roll! You're awesome.[/#ff0080]