![]() |
IOBit Software
|
|
|
||||||
| Programming Place to discuss programming including HTML, Java, C++, MySQL and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hello,
![]() I am trying to create a subscription form for my site in Dreamweaver and can't get it to send the into to my email... Here is a copy of the code... And the page where you can see the form is at http://mysticscooby.com/newsletter%20subscriptions.html I would also like the person to end up at my thank you page after clicking submit. They should end up at http://mysticscooby.com/Newsletter%20thank%20you.html<form action="formtoemail:contactus@lifesmysticaljourney.com" method="get" enctype="multipart/form-data" name="Subscription" target="_self" id="Subscription"> Can someone help me please? Thank you! |
| Sponsored links |
|
|
|
#2
|
|||
|
|||
|
Hey buddy I will help you out. HTML (as far as I know) can't send an email alone, unless you are doing some kind of newage HTML5 stuff with that action="formtoemail:" bit, I only know of doing it using PHP or something similar.
what you would do is make is something like action="somePhpSendMailFile.php" and inside of that file you would send the mail with the mail() function http://us3.php.net/manual/en/function.mail.php if you can't get it figured out let me know |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Subscription form in Dreamweaver | mysticscooby | Software | 3 | 04-16-12 02:31 |
| App subscription | kemosabe421 | Macintosh | 1 | 04-10-12 11:48 |
| Freeware alternative to Dream Weaver? | quorumangelorum | Software | 1 | 02-06-08 04:37 |
| Creating a form validation script | Roy Mustang | Programming | 14 | 12-02-07 08:48 |
| hwo to i stop subscription | languy99 | Lounge | 3 | 06-02-06 14:56 |