Hi,
I've read several topics on this forum on this matter, and tried several things, but I can't get it to work... I want to send a copy of the submitted form to the email address collected in my form ().
I tried with the following Javascript, but it doesn't seem to work. Do I have to use Don's version of the script ? Right now I'm using PHPFormMail Classic v1.06.0.
JAVASCRIPT:
function setValues() {
document.mytickets.recipient_cc.value=document.mytickets.email.value
}
FORM ACTION:
HIDDEN FIELDS:
In tickets.php I've commented out this line:
check_recipients($recipients, $form['recipient_cc']);
At the moment, everything works, except that the submitter doesn't receive a copy of the form... Anyone who can help me with this ?
Thanks in advance...
