| | |
Form Creation
Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jun 2006
Posts: 41
Reputation:
Solved Threads: 1
I am wanting to create a form for a website that people fill in the required fields and then click subnit. When the person clicks submit I would like for the info to be sent to an email address. I know it is probably pretty simple, but I am new to all of this. So if someone could get me moving in the right direction I would greatly appreciate it.
•
•
Join Date: Jul 2006
Posts: 17
Reputation:
Solved Threads: 1
Hi, can you provide a little more information? is it a basic HTML form you are wishing to create? or is it using php or even aspx?
for a simple HTML form try:
[form action="mailto:youraddress@test.com"
method="post"]
First name:
[input type="text" name="firstname"]
[br]
Last name:
[input type="text" name="lastname"]
[input type="submit" value="Submit"]
[/form]for the required fields try looking up some simple javascript to vaildate the form fileds the submit button is pressed.
Regards.
for a simple HTML form try:
[form action="mailto:youraddress@test.com"
method="post"]
First name:
[input type="text" name="firstname"]
[br]
Last name:
[input type="text" name="lastname"]
[input type="submit" value="Submit"]
[/form]for the required fields try looking up some simple javascript to vaildate the form fileds the submit button is pressed.
Regards.
![]() |
Similar Threads
- Simple ASP.Net Login Page (Using VB.Net) (ASP.NET)
- Ms Access Help Please (MySQL)
Other Threads in the Site Layout and Usability Forum
- Previous Thread: WOW sites
- Next Thread: Start site using blog or forum software
Views: 1897 | Replies: 4
| Thread Tools | Search this Thread |
Tag cloud for Site Layout and Usability
blog blogging content cookies customer design development dreamweaver duplicate email evaluation filesharing firefox flash gilbane google html itunes javascript kazaa layout music napster peertopeer photoshop remote remoteserver satellitenavigation satnav server sessions site tables template tips tomtom url wave web website websitedesignreview web_development web_sites wordpress





