Hello,
I decided to create an Email Form in my website which I design with Publishe
r 2003. I Copy – Paste necessary HTML code in to “Insert HTML Code Fragm
ent” window, made email address changes, published, but it does not work.
(I have added that Code to
the letter below) Why is it not working? Have I made something wrong?
Is Publisher 2003 able to produce Email Forms with Fragment function?
Please help,
Thank you.
HTML Code follows:
----------------------------------------------------------------------------
-------------------------------
<FORM action="mailto:you@yourdomain.com" method="post" enctype="text/plain">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="90%"><TR><TD width=
"30%"><DIV align="right"><B>Name:</B></DIV></TD><TD width="70%"><INPUT type=
"text" name="name" size="20
"></TD></TR><TR><TD><DIV align="right"><B>Email:</B></DIV></TD><TD><INPUT type="text" name="email"
size="20"></TD></TR><TR><TD><DIV align="right"><B>Comment:</B></DIV></TD><TD><TEXTAREA name="comm
ent" cols="30" wrap="virtual" rows="4"></TEXTAREA></TD></TRquote:
><TR><TD> </TD><TD><INPUT type="submit" name="submit" value="Submit"><INPUT type="reset
" name="reset" value="Reset"></TD></TR></TABLE></FORM>
----------------------------------------------------------------------------
------------------
|