outcast
Newbie
Posts: 1
Registered: 11/11/2005
Member Is Offline
|
| posted on 11/11/2005 at 10:51 PM |
|
|
email problem
how do I make the information to be email to me? I can't find it anywhere on the js file or the demo1 file.. Can anyone help me??
Thanks
Tim
|
|
|
rambit
Junior Member
Posts: 4
Registered: 11/16/2005
Member Is Offline
|
| posted on 11/16/2005 at 11:01 AM |
|
|
Are you using a formmail program? You would set it up in your form:
<form method="POST" action="/cgi-bin/formmail.pl">
Replace "/cgi-bin/formmail.pl" with the path to your formmail script.
|
|
|
renelasser
Junior Member
Posts: 2
Registered: 9/22/2007
Location: Australia
Member Is Offline
|
| posted on 9/22/2007 at 04:59 AM |
|
|
email problem
In order to send the forms content to your email you need to have a special script installed on your server. Your form only sends the content to your
server's script which then sends the email. You can't directly send email from a form. There are several free scripts available that do the job
nicely.
|
|
|