> I am looking for a canned php form which hides the recipient email from > prying eyes. Everything I have found uses a hidden field.
If you only need the email address on the back end, why not encode it (using your flavor of choice) and stick that value in the hidden field. Then, upon submission, just decode and use. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php