PDA

View Full Version : Problems with FormMail


t-bone
04-06-2002, 09:48 PM
Hey, this is my first post here, as I just signed up at hostrocket a few weeks ago. Anyway, I'm trying right now to set up a form mail for my site so that I can get some feedback on things, but it seems that whatever i'm doing is not right because when I try to send one to test it. It says that I am missing the recipient, or somethignto that effect. However, I did already set the recipient in the .pl file. Did I miss anything else?

Thanks in advance,
Brian

H_Beasley
04-10-2002, 01:28 PM
Do you set the recipient in the PL or do you define the recipient in the form itself like I outlined in this post?:

http://forums.hostrocket.com/showthread.php?s=&threadid=8842

I don't use the built in form processor, I use a PHP-based one, but the method must be similar. I think you're supposed to define the recipient as a hidden form field in the form itself, you probably replaced a variable in the PL file which should have been left alone. Did it look like "$recipient"? If so, chnage it back and put a recipient line in your form, example in the link above.