prulon
11-16-2003, 04:58 PM
Hi
I try to use the source code that I get here: http://javascript.internet.com/forms/mailing-list.html#source
It is for a mailing list.
I found it neat that if the user don't fill an entry, he is prompt to.
My problem is that I try to put my code so it is send to my email after pressing the submit button, but once I put the action form that I need, it stop 'the prompt thing' to fill the blank.
My line for the action form is:
<FORM ACTION = "/cgi-sys/formmail.pl" METHOD = "POST">
I also need to put this line of code:
<input type=hidden name="recipient" value="prophetie@weyssor.com">
So it can submit automaticaly on pressing the submit button.
I'm in need of some assistance here! :D
I thanks you in advance for your help.
Prulon
www.weyssor.com
I try to use the source code that I get here: http://javascript.internet.com/forms/mailing-list.html#source
It is for a mailing list.
I found it neat that if the user don't fill an entry, he is prompt to.
My problem is that I try to put my code so it is send to my email after pressing the submit button, but once I put the action form that I need, it stop 'the prompt thing' to fill the blank.
My line for the action form is:
<FORM ACTION = "/cgi-sys/formmail.pl" METHOD = "POST">
I also need to put this line of code:
<input type=hidden name="recipient" value="prophetie@weyssor.com">
So it can submit automaticaly on pressing the submit button.
I'm in need of some assistance here! :D
I thanks you in advance for your help.
Prulon
www.weyssor.com