View Full Version : forms mailed


bradjr
09-22-2004, 05:27 PM
I want to know how to make so that when the members fills out the form,It send out an email to the owner.

Is it possible too? :s&m:

Robert
09-22-2004, 05:31 PM
There are many ways form can be sent, so there is no way to say how your works for sure.

However in most cases, yes you can CC a second person.

Cyber-SEO
09-22-2004, 10:07 PM
You will need to email the form via a server side language. Something like ASP, PHP, JSP, CFM or anything else you can work with.

seojoe
10-06-2004, 10:19 AM
What language do you use? i should be able to give you some quick code, or at the very least point you in the right direction.

bradjr
10-06-2004, 04:55 PM
[QUOTE=seojoe]What language do you use? i should be able to give you some quick code, or at the very least point you in the right direction.[/QUOTE]

I want it in html.

seojoe
10-06-2004, 05:32 PM
<FORM METHOD="POST" ACTION="mailto:your email address">

jlknauff
10-11-2004, 12:17 PM
You're better off using a script (php or cgi) IMO