Decoding Forms!
When I submit my forms created in Dreamweaver I get a blank e-mail with an attachment that has an *.ATT extension. Why is this?
The answer to this is very simple, When you have sent the form the server is not able to decode the text so what you need to do is to add the following code to the form tag (Shown in red)
<form method="post" action="mailto:mark@dwzone.net" enctype="text/plain"name="form1">
That should now work properly and you should receive properly configured mails!
Comments
Thank You so much
Thanks so much for posting this I have not been able to find out how to change this and that worked perfectly..
Thanks again,
Sarah
RE: Thank You so much
your welcome sarah...always willing to help!
Mark
You must me logged in to write a comment.