I have created forms in the past that take a user’s name, email address and message and send them to me via email. I load the variables into input text boxes in Flash and use a php script to send them to me. They have all worked fine. I am doing exactly the same thing but this time the message is not getting to me. The form successfully loads the data and posts it:
onClipEvent(data){
trace(“data has been sent to php file successfully”);
_root.main.gotoAndPlay(“485”);
}
The above code executes successfully, but I don’t get the email. Any ideas? Does embedding fonts have anything to do with this?