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.
|
|
|
|
|
![]() |
||
my brain hurts - Matt's form mail
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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? |
|
|
![]() |
| Tags |
| cgi, form mail |
| Thread Tools | |
|
|
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 |