Getting my from to work?

D

debiduke

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

<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 - Once I have the page the way i want it how do I get it up on my
site to work?

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
 
K

Kevin Spencer

You would need a server-side form handler application such as ASP.Net to
handle the form.

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Shooter
http://unclechutney.blogspot.com

A man, a plan, a canal, a palindrome that has.. oh, never mind.
 

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