hi there,'
i have a simple request i am creating a search form for my online car parts website, this is my original:
<form action="http://vanparts.co.nz/shopping/start.php" method="post"><input type="hidden" value="1" name="find"> Search Parts<br><input class="text" style="WIDTH: 140px" maxlength="15" size="15" name="searchfor"> <img height="2" src="http://vanparts.co.nz/shopping/start.php" width="140" border="0"><br><input class="FormLt1" type="submit" value="Find Now">
</form>
instead of the user physically typing in the search term i want them to select from options
~make of car
~year of car
~part needed
then from that information it will search for matches, rather than them typing in the year make model etc.
the original search works fine.
thanks
and looking forward to some replys