This is a discussion on "Getting form results to email as an .html" within the Starting Out section. This forum, and the thread "Getting form results to email as an .html are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Getting form results to email as an .html
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Getting form results to email as an .html
Hi there, I just uploaded some forms on my website and I'm successfully receiving the data in an email when a user submits - however I am looking to receive the entire form as a .html file all filled out. Any idea on how to do this? I am using frontpage, and I know there are options you can set to receive as an html, but they don't seem to be working (go figure)
Any help would be great. - Tom |
|
|
|
||||
|
Re: Getting form results to email as an .html
1. You will have to ditch Frontpage if you want to make real websites.
2. You will need a server-side language (PHP, ASP) 3. You will need to use the submitted form data to create a html string, 4. You will need to set the format of the email message to HTML, this will depend on the email object and scripting language being used. Google it: "send html email php", "send html email asp"
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| form |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sending email from results of a Recordset | John Alexander Hopper | PHP Forum | 2 | Mar 8th, 2008 23:00 |
| Problem with results of form | Otter | PHP Forum | 2 | Nov 7th, 2006 13:35 |
| Viewing form results ??????? | cat101 | PHP Forum | 3 | Apr 25th, 2006 23:57 |
| Multiple email reciepents with html form | smokieisgod | Web Page Design | 3 | Oct 15th, 2005 22:40 |
| PHP form results $PHP_self is blank | jamina1 | PHP Forum | 17 | Sep 23rd, 2005 16:13 |