How do I make a simple html form that won't send me a file with .ATT extension? (named POSTDATA
I need it sent either directly to my email address or as an attachment that I can open (like .txt)...
I also need it to NOT try to open an email program to send.
How do I make a simple html form that won't send me a file with .ATT extension? (named POSTDATA.ATT)?lyric operaHi,
The problem you are having is because you are attemping to submit a form without using a server side technology. It is very likely that you are using a mailto: in your <form> tag. To solve this, you need to use then a server side technology as I said. Since you did not mentioned any details about where your html file is stored, then is difficult for me to know exactly what technology you can use, but in most cases, the hosting services comes with PHP and Perl by default. If your form is a simple contact form, you can use this simple contact form generator:
http://robpacker.com/ContactForm/index.p...
If you need customized fields, then you can use this one:
http://www.web4future.com/easiest-form2m...
With the last one, you need at least basic PHP knowledge in order to make it work.
Also, you can use one of those online form processors, you don't need any html or PHP knwoledge in order to make them work, but most likely you will need to pay them for use the full service:
http://www.freedback.com/features.php
Hope this helps!
More Related Questions and Answers ...
The information post by website user , we not guarantee correctness.
