On one of my pages ( I have a form set up to collect information from the surfer and email to me.
I copied the code from Joe Burn's book on HTML. It is
<FORM METHOD="POST" ACTION="mailto:jockm@kalikalos.org" enctype="text/plain">
<TEXTAREA NAME="Send_Brochure_to" Rows =6 Cols=30 Scrollbars=no>
</TEXTAREA>
<INPUT TYPE=submit VALUE="OK"
</FORM>
However, the form doesnt send the infomation entered by the surfer. It gives a message saying that this is "unauthorised".
Does anyone know what I need to do to make it work properly?
Thanks
jock
I copied the code from Joe Burn's book on HTML. It is
<FORM METHOD="POST" ACTION="mailto:jockm@kalikalos.org" enctype="text/plain">
<TEXTAREA NAME="Send_Brochure_to" Rows =6 Cols=30 Scrollbars=no>
</TEXTAREA>
<INPUT TYPE=submit VALUE="OK"
</FORM>
However, the form doesnt send the infomation entered by the surfer. It gives a message saying that this is "unauthorised".
Does anyone know what I need to do to make it work properly?
Thanks
jock