View Single Post
  #1 (permalink)  
Old 08-15-03, 02:35 PM
dudeman248 dudeman248 is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Mail Form Needed

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
Reply With Quote