Forums
This topic is locked
Help
Posted 31 Mar 2007 12:43:11
1
has voted
31 Mar 2007 12:43:11 robert hudson posted:
I have created a quiz with Dreamweaver MX 2004. I did this using checkboxes. How do I get the data submitted to my e-mail? I am totally lost!!!! Replies
Replied 04 Apr 2007 00:42:03
04 Apr 2007 00:42:03 Mark White replied:
I'm presuming you've created a form in DW, if you have then there are two ways of getting the date to your emails.
1. On the Submit button you can add the email address that you want it to be sent to.
2. You'll need to setup a script (something like perl) on your web server, do a search for a program called Formmail and then get your form to POST the data to the script which then parses the data on your form into a readable format in your email.
I'm in the process of setting this up at my works, I've got the email side of things working but the information submitted in the email is / looks rubbish. I'm still working on the form side of things, have a new server setup and perl installed but haven't had the chance to get the script uploaded and installed and working. If I get any joy I'll post up <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
| DWMX |
1. On the Submit button you can add the email address that you want it to be sent to.
2. You'll need to setup a script (something like perl) on your web server, do a search for a program called Formmail and then get your form to POST the data to the script which then parses the data on your form into a readable format in your email.
I'm in the process of setting this up at my works, I've got the email side of things working but the information submitted in the email is / looks rubbish. I'm still working on the form side of things, have a new server setup and perl installed but haven't had the chance to get the script uploaded and installed and working. If I get any joy I'll post up <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
| DWMX |
Replied 04 Apr 2007 07:59:39
04 Apr 2007 07:59:39 Javier Castro replied:
I would suggest that you find out what kind technology you have available, then let us know and we can point to some resources to help you with your parsing.
If you have only html. on your form action you can put ACTION="mailto: " method is POST
however, it will not be very legible as all comes mixed up with code. So, IMHO check your technology PHP, ASP, HTMl and we can point a way. Or you can buy an application like "Forms to GO" that will write the code for you.
Cheers,
Good luck
If you have only html. on your form action you can put ACTION="mailto: " method is POST
however, it will not be very legible as all comes mixed up with code. So, IMHO check your technology PHP, ASP, HTMl and we can point a way. Or you can buy an application like "Forms to GO" that will write the code for you.
Cheers,
Good luck
Replied 04 Apr 2007 09:03:26
04 Apr 2007 09:03:26 robert hudson replied:
Replied 04 Apr 2007 09:11:27
04 Apr 2007 09:11:27 robert hudson replied:
Well, from what little that I know, I could use asp. I would like the results sent back e-mail as legiable as possible. I will try anything that you suggest.
Thank you!
R.H.
Thank you!
R.H.
Replied 04 Apr 2007 18:59:55
04 Apr 2007 18:59:55 Javier Castro replied:
Check this tutorial that should help your emailing problem:
www.webthang.co.uk/tuts/tuts_dmx04/mailers/mailers1.asp
Also if you want to learn a little bit more, here is a tutorial to create a poll:
www.webthang.co.uk/tuts/tuts_dmx/dmx_poll/dmx_poll1.asp
Hope it helps.
Javier
www.webthang.co.uk/tuts/tuts_dmx04/mailers/mailers1.asp
Also if you want to learn a little bit more, here is a tutorial to create a poll:
www.webthang.co.uk/tuts/tuts_dmx/dmx_poll/dmx_poll1.asp
Hope it helps.
Javier