Is there a way to have the search box on non - price tapestry pages? But when the user searches, it directs to the price tapestry results?
*I wish there was a search feature in this forum.
Thanks, Keeop - yes that should do the trick!
ajmboy -
There is a Google search box on the forum home page which works really well for searching the forum...
http://www.pricetapestry.com/forum/
(just make sure that the site search is selected, which it is by default)
Cheers,
David.
ajmboy,
Just put a standard search form on to your page and make the action point to your PT search.php. i.e.
<div class="search_form">
<form name="searchform" method="get" action="http://www.yoursite.com/search.php">
<p>Product Search: <input type="text" name="q" class="search" value="">
<input type="submit" value="Search" class="submit"> </p>
</form>
</div>
Cheers.
Keeop