Need HTML code

Soldato
Joined
14 Oct 2007
Posts
2,738
I'm trying to design my sister's site and I need a form so people can fill it out, and then click Submit and the info will be sent to her email...I need:

Title 1:
Title 2:
Title 3:
Title 4:
Title 5:
Title 6:

I will be adding things for the 'Title' obviously...

Anyone got a good code that is easy and will send clear info to an email address?

Thanks
 
You will need something server side to send the email after the form submission, HTML alone will only layout the form inputs.

Your host probably supports PHP or ASP, do you know which?
 
You can do up a form on google docs and it'll save the results into an online excel. Not exactly what you're looking for, but if your site doesn't have server-side scripting you might have to look a little further afield for an answer.
 
<html>
<title>Title 1:</title>
<title>Title 2:</title>
<title>Title 3:</title>
<title>Title 4:</title>
<title>Title 5:</title>
<title>Title 6:</title>
</html>

No WAIT....

Actually google docs forms are simple as mentioned above
 
Back
Top Bottom