b1b2b3
11-27-2003, 11:59 PM
Now before you start getting angry about posting this, I will tell you that I have looked at the other post that talks about forms. I didn't find that to be of any help to me.
I have made a form for my site and when you have filled it out and slick the submit button it poops up a message saying "This form is being submitted by email. Submiting this form will reveal your email address to the recipient" etc. Then it loads up your default email program with a new message box open. I don't what that to happen. I want to have the form send with the results to my email without the defual email client opening. In my form action I have mailto:myemeila@whoever.com. In the other post someone said that the mailto function isnt any good.
>>Why is that?
Also, I have looked through a tutorial type thing at http://catcode.com/formguide/index.html and in it's for action tag it has <form action="subscribe.cgi" method="post">.
It says that subscribe.cgi is some sort of script and not to worry about it because that is the job of some programmer.
>>I need to know what the hell subcribe.cgi is.
Also, if I use this script (.cgi) then how do I get to check what the web site visitor has said.
I hope I haven't asked too much but I am really getting confused with these forms.
I have made a form for my site and when you have filled it out and slick the submit button it poops up a message saying "This form is being submitted by email. Submiting this form will reveal your email address to the recipient" etc. Then it loads up your default email program with a new message box open. I don't what that to happen. I want to have the form send with the results to my email without the defual email client opening. In my form action I have mailto:myemeila@whoever.com. In the other post someone said that the mailto function isnt any good.
>>Why is that?
Also, I have looked through a tutorial type thing at http://catcode.com/formguide/index.html and in it's for action tag it has <form action="subscribe.cgi" method="post">.
It says that subscribe.cgi is some sort of script and not to worry about it because that is the job of some programmer.
>>I need to know what the hell subcribe.cgi is.
Also, if I use this script (.cgi) then how do I get to check what the web site visitor has said.
I hope I haven't asked too much but I am really getting confused with these forms.