|
Quick Question about Forms
Appreciated if you can help me out.
I have a search box that goes like this:
<form method="GET" action="index.php"><input name="search" type="text" class="searchtext" description=">
<INPUT type="submit" class="searchbutton" value="<?=$lang[Search]?>">
What do I need to do to this to change the text within the search field?
|