so i have an application and when the user clicks submit the application get sent in an email and flash is suppose to go to the next frame saying thank you etc.
This works when i’m testing locally from my machine but doesn’t work when i upload it to the site, here is my code
on (release) {
form.loadVariables(“application.php”, “POST”);
firstname.text = “”;
lastname.text = “”;
email.text = “”;
_form.nextFrame();
}
It also doesn’t clear the textboxes, can someone help me out?