•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 374,023 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,775 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 913 | Replies: 4
![]() |
•
•
Join Date: Jun 2007
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
i was just wondering how do u make a form that when the person using it will hit submit and the info will be sent to my email or to me somehow
everytime i try it doesnt do nething, and i cant find a tutorial on this
i need to do this for a survey i will be making for my friends to take for my final exam that is in 2 weeks
everytime i try it doesnt do nething, and i cant find a tutorial on this
i need to do this for a survey i will be making for my friends to take for my final exam that is in 2 weeks
•
•
Join Date: May 2007
Posts: 20
Reputation:
Rep Power: 0
Solved Threads: 0
You must to use either server script languages such as ASP/PHP
here is a PHP example http://www.tutorialguide.net/php_con..._tutorial.html
here is a ASP example
http://www.tizag.com/aspTutorial/aspFormsEmail.php
or you can use just form with target mailto to force send the email in Outlook, but server side scripting is better.
here is a PHP example http://www.tutorialguide.net/php_con..._tutorial.html
here is a ASP example
http://www.tizag.com/aspTutorial/aspFormsEmail.php
or you can use just form with target mailto to force send the email in Outlook, but server side scripting is better.
<form enctype="text/plain" method="get" action="mailto:info@info.com"> To <input type="text" name="To"/> <br /> Subject <input type="text" name="Subject"/> <br /> Body <textarea name="Body" rows="5" cols="20" wrap="physical" > </textarea> <input type="submit" /> </form>
Join a forum for webmasters and developers
HTML Forum
HTML Forum
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
- I'm Having Problems With Dreamweaver. (Networking Hardware Configuration)
- Started with Frontpage now want Dreamweaver (Site Layout and Usability)
- SQL access via Dreamweaver 2004 MX (MS SQL)
Other Threads in the HTML and CSS Forum
- Previous Thread: CSS redefint tab value in <pre> tag
- Next Thread: Firefox shows all screwed up but fine in IE


Linear Mode