I've been at this for several hours and cannot find the info I need in past posts.
Error:
The following errors were found:
* You are trying to send mail to an address that is not listed in the recipient array.
* There is no recipient to send this mail to. Please read the manual section titled "Form Configuration - Recipient".
formmail.php
$referers = array('mail.beigetower.net', 'www.abrahadabra.org', 'abrahadabra.org', '64.127.117.105');
$valid_env = array('REMOTE_HOST', 'REMOTE_ADDR', 'REMOTE_USER', 'HTTP_USER_AGENT');
$recipient_array = array('joe' => 'taliesin@abrahadabra.org');
(I did not change anything below this)
htmlform.php
Name ::
Contact eMail ::
Thanks,
Joe

recipient errors
oh yes, the urs is http://www.abrahadabra.org/tests/htmlform.php
recipient errors
Since you're using the recipient array you need to change this
to this
-Andrew Riley
recipient errors
YOU ROCK!!!!!!!!
It works now :)
How hard would it be to connect the form to a database and have it store certain items?
Can I just -add- code to the formmail.php or do I have to modify the current code?
Thanks again :)