Click to See Complete Forum and Search --> : Problem to send after pressing submit


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

Jona
11-16-2003, 08:49 PM
Make sure you have name="addform" and onsubmit="return submitForms();" in your FORM tag.

[J]ona