I've created my home page outside of Actinic and called it as the home page within Acintic.
I want to include a quick clean speed search on the home page. I have tried copying and pasting:-
NETQUOTEVAR:SEARCHBODY
<FORM METHOD="POST" ACTION="NETQUOTEVAR:SEARCHCGIURL">
<INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
NETQUOTEVAR:SEARCHBODY
</FORM>
But this isn't working. Can someone please tell me what code I can copy and paste in order for this to work?
Thanks
I want to include a quick clean speed search on the home page. I have tried copying and pasting:-
NETQUOTEVAR:SEARCHBODY
<FORM METHOD="POST" ACTION="NETQUOTEVAR:SEARCHCGIURL">
<INPUT TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOP">
NETQUOTEVAR:SEARCHBODY
</FORM>
But this isn't working. Can someone please tell me what code I can copy and paste in order for this to work?
Thanks
Comment