Log in

View Full Version : Prefill Search Box with Keywords


matt3830
09-26-2006, 10:27 PM
I have a search box in my header. I want to prefill it with the query from a previous search. What do I need to use as the value in the search box form? This is what I've got so far:

value="<if condition="$show['results']">
$displayWords
<else />
Enter Your Search Here
</if>"
Reply With Quote