Bazrazmataz
05-21-2004, 07:21 PM
Hi guys
My flash form has 3 input text fields and 1 dynamic text field. See www.razmataz-designs.co.uk click on flash site. I followed a tutorial and everything seemed ok until i posted it on the net. I keep getting a blank email and for every one press on the send button im getting tens of blank emails. Also the script is not sending the confirmation message back to the dynamic text field in the form. Ive attached a stand alone form and the script im using can anyone help me identify the problem?
link to my fla file
http://www.razmataz-designs.co.uk/form.fla
The script i used
<?
$ToEmail = "info@razmataz-designs.co.uk";
$ToName = "Barry";
$ToSubject = "Message From Razmataz Designs Flashsite";
$EmailBody = "Sent By: $FirstName\nSenders Email: $Email\n\nMessage Sent:\n$ToComments\n";
$Message = $EmailBody;
mail($ToName." <".$ToEmail.">",$ToSubject, $Message, "From: ".$FirstName." <".$Email.">");
Print "_root.Mail.EmailStatus=Complete - Your mail has been sent";
?>
Cheers
My flash form has 3 input text fields and 1 dynamic text field. See www.razmataz-designs.co.uk click on flash site. I followed a tutorial and everything seemed ok until i posted it on the net. I keep getting a blank email and for every one press on the send button im getting tens of blank emails. Also the script is not sending the confirmation message back to the dynamic text field in the form. Ive attached a stand alone form and the script im using can anyone help me identify the problem?
link to my fla file
http://www.razmataz-designs.co.uk/form.fla
The script i used
<?
$ToEmail = "info@razmataz-designs.co.uk";
$ToName = "Barry";
$ToSubject = "Message From Razmataz Designs Flashsite";
$EmailBody = "Sent By: $FirstName\nSenders Email: $Email\n\nMessage Sent:\n$ToComments\n";
$Message = $EmailBody;
mail($ToName." <".$ToEmail.">",$ToSubject, $Message, "From: ".$FirstName." <".$Email.">");
Print "_root.Mail.EmailStatus=Complete - Your mail has been sent";
?>
Cheers