Okay, I know I am picky, but this is what I want...
A normal PHP mail form script (with to email address, subject hidden). But I want to be able to select the TO: field from a drop down menu but not show the addresses in the HTML source. For example, in the PHP file, have fields like 1="whoever@soandso.com" 2="soandso@soandso.com". In the form the user fills out, they select "Area of Contact". The value number would match the number in the PHP script and send it to the approiate person. It dosen't have to be exactly like what I described, but something along the guidelines. I know this sounds a bit confusing, but if you think you know what i mean, please help. Thanks!
-Sam