English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I created a form in Dreamweaver (just a few input fields and a couple of check boxes). I've double checked EVERYthing I can think of but it just won't work...

I open the saved page in Browser, fill in form and click submit. Usual security alert window thing pops up to tell me "trying to send email", and I click OK...

Outlook Express opens with the TO email address, but there is NOTHING in the BODY of the message.

What's goin onnnnn!
Where's the data!!!

What am I doing wrong?

Thanks for any hints :)

2006-06-09 06:16:16 · 5 answers · asked by Anonymous in Computers & Internet Programming & Design

I'm trying to create a product catalogue & order-by-email CD. (Think I'll go with software to create it!)

Anyway.....

Check out the form here:

http://annies-bits.blogspot.com/2006/06/this-just-dont-wanna-work-no-data-in.html

2006-06-09 07:02:16 · update #1

5 answers

Hey Annilea,

You got 90% of this right for what you're trying to do. I don't know Dreamweaver, but if you look at the html posted to the blog, you'll see the following:



That's not quite right. You don't want a multipart/form-data... you want a text/plain for your email body:



Try making the change (with a text editor rather than Dreamweaver if you have to), and see if this works out for you.

Good luck!

2006-06-09 11:24:35 · answer #1 · answered by Ryan 4 · 3 1

Using a straight up form in html to allow people to email you is, to put it lightly, a crude way to solve the problem.

Generally a form is mainly used to send info from one page to another as I am sure you know. I do not know for sure if it is easily possible to use a pure form to send an email. BUT!...would you be willing to use php?? I did not know php untill the beginning of this year, and I have found that it is a fairly easy to learn language. You can use php with a form to send an email to an email address. The following link gives a great explanation of how to do this and even provides a little code.

see attached link!

2006-06-09 13:35:47 · answer #2 · answered by cscompguy 2 · 0 0

be advised that this type of form will only work for visitors using a program similar to outlook express. if they use a web based email account and no program like outlook express is on their comput they won't be able to send you email.

be certain to put your email address on the page in case this happens. they they can use that to contact you

2006-06-09 13:28:15 · answer #3 · answered by Anonymous · 0 0

Check the field names or advise where the source code can be found.

2006-06-09 13:21:43 · answer #4 · answered by Interested Dude 7 · 0 0

Post a copy of the code

2006-06-09 13:20:06 · answer #5 · answered by King H 6 · 0 0

fedest.com, questions and answers