Message # 1 | 6:05 PM
hi, i have this code
Code
<form id="search-form" onsubmit="this.sfSbm.disabled=true" method="get" style="margin:0" action="/$MODULE_ID$/">
<fieldset>
<label class="keywords">
<input type="text" name="q" size="10" class="queryField" value="Search..." onBlur="if(this.value=='') this.value='Search...'" onFocus="if(this.value =='Search...' ) this.value=''"/>
</label>
</fieldset>
</form>


I have it in the head of template but redirects to module home page. Have tried to replace $MODULE_ID$ with load, blog, news, etc but dont work. what could be wrong here?
t doesnt

Systems developer