Getting help with forms

D

debiduke

I'm trying to create a form for my wesite and need some help please -
This the the HTML codes



<form action="mailto:[email protected]"
enctype="multipart/form-data" method="post" name="EmailTestForm"><font
face="Arial" size="3" color="#0000ff">Your Name:</font><font
face="Arial" size="3" color="#0080ff"> <input maxlength="2147483647"
name="VisitorName" size="20" type="text"></input> </font><font
face="Arial" size="3" color="#0000ff">Your Comment:</font><font
face="Arial" size="3" color="#0080ff"> <textarea cols="20"
name="VisitorComment" rows="4"></textarea> <br /><input
maxlength="2147483647" size="20" type="submit" value="Email This
Form"></input> <input maxlength="2147483647" size="20" type="reset"
value="Reset"></input> </font></form>

Two problems



1 - How do I get the page to reset without having a botton to set the
page?

2 - Once you submit the text in the form a message comes up "this form
is being submitted using email. How do I get that not to show up and
the form just to be set to my email address?

Thank you and have a blessed day
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top