No...not really but you do need to use a script. There are a ton of them out there and sometimes your web host will provide one. Who is your ISP? Ya' Gotta Love It!X-)
You need a CGI script. It is basically a set of instructions that your browser understands. It tells the browser to send your form to the server and perform a certain function and then send back the result. i.e. you fill out a form to submit you email address to a mailing list. It submits your mailing address and then sends back a confirmation that it is complete. It will then probably send the mailing list company an email that tells them they have a new subscriber. You could also use perl or php which is beyond my ability to explain but works along the same lines as CGI.
Well strictly speaking you don't need a script. You can send a form using the client's email program thus:
<form action="mailto:your emailaddress" method=POST enctype="text/plain"> Then continue with your inputs, etc
technically speaking...this is true....you can use a mailto as shown above, however...from my understanding it will show up in your email as a long unparsed string. For a short form this may not be a huge problem but in a long form this would be a little cumbersome. cgi,perl, etc. basically parses the info and makes a little sense out of it then sends it to your email box. The mailto is very rarely used nowadays. Ya' Gotta Love It!X-)
No, it's quite neat in response actually, it's disadvantage is that it uses the clients email progam instead of doing it all server side, ie the user may have to send email before you get it
The mailto link does not really work. So I guess we have to use CGI Scripting or ASP to work with forms. I have the same problem and have been trying to solve it.
It includes instructions for setting it up. You don't need to be a programmer to get it working. My hosting company was a great help the first time I used it. Since then, it's a breeze!
Certainly formmail is great if you have cgi-bin and remember to set the permissions
However I am puzzled why you think the mailto link doesn't work? It is perfect for me on several forms I have up, e.g.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.