my brain hurts - Matt's form mail

This is a discussion on "my brain hurts - Matt's form mail" within the Other Programming Languages section. This forum, and the thread "my brain hurts - Matt's form mail are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 31st, 2007, 04:36
Up'n'Coming Member
Join Date: Jul 2007
Location: az
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
my brain hurts - Matt's form mail

I had set this up a while back - I didn't think it was that hard even with my non-programer brain.

I put the formmail.cgi on my server, it's set to 775.

This is the user config in the pl:

@referers = ('shadowlakes.com','64.202.166.216');

@recipients = &fill_recipients('^karl\@shadowlakes\.com');

and my form page:
<form method=POST action="http://www.shadowlakes.com/cgi/formmail.cgi">
<INPUT TYPE="HIDDEN" NAME="recipient" VALUE="karl@shadowlakes.com">
<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://www.shadowlakes.com/thankyou.htm">

When I test submit the form, I get this message:
Error: Bad/No RecipientThere was no recipient or an invalid recipient specified in the data sent to FormMail. Please make sure you have filled in the recipient form field with an e-mail address that has been configured in @recipients. More information on filling in recipient form fields and variables can be found in the README file.

I've read and re-read the readme file. What the heck am I missing here?
Reply With Quote

Reply

Tags
cgi, form mail

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Form Mail Maverick25r PHP Forum 2 Sep 22nd, 2006 21:59
Can someone help me with this e-mail form??? johnson8707 JavaScript Forum 9 Jul 5th, 2006 22:23
Can someone help me with this e-mail form??? johnson8707 PHP Forum 4 Jul 4th, 2006 17:51
visitors name not displayed in mail after filling in mail form made on earth PHP Forum 7 Nov 16th, 2005 22:43
E-mail form ??????? pittypatter Web Page Design 3 Apr 11th, 2005 23:42


All times are GMT. The time now is 01:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43