I’ve been following Vash’s php form tutorial part two. How do I alter the actionscript for the button so that when I press it jumps to a “completed” section. This will llet the user know the form has been sent successfully.
At the moment I have;
[AS]submit.onRelease = function(){
loadvaribles ("mail.php, 0, “POST”);
}
if (??? == ???) {
gotoAndStop(“completed”);
}[/AS]
??? is the bit I don’t know