1 Attachment(s)
form data depending on php & xml
Hi.
I've got this Flash contact form where the data that has to be send to an e-mail address depends on a PHP and XML file.
It is possible to send the data to more than just one e-mail address and this looks like this in the XML file:
Quote:
<hidden name="mailto" value="1st@e-mail.com; 2nd@e-mail.com" />
<hidden name="subject" value="Contact Form" />
That's like a CC copy I would say.
But what I want is to send the data to the 2nd e-mail address like a BCC copy so that it is hidden and the receiver of 1st@e-mail.com can't see that 2nd@e-mail.com got the data as well.
Can this be done by just adding an entry to the XML file or does it require a modification to the PHP file as well?
The attachment includes the XML and PHP file and the form SWF and HTML file as well.
Please someone help me by explaining how to modify these files to make possible what has been described above.
Thank you very much.
Cheng