help!! i cant get my forms to work! :(
i used a tutorial that I found here on flashkit to create a feedback form, but it doesnt seem to be working. All the paths are correct in the actionscripting but I'm not receiving the feedback. Here is the code that is attached to my "submit" button:
on (release) {
subject = "FeedbackForm";
recipient = "kelly@kellysylvia.com";
loadVariablesNum ("http://www.kellysylvia.com/cgi-local/FormMail.pl", 0, "GET");
gotoAndPlay ("thanks");
}
Does anyone have any ideas? the launch is well overdue and i am tearing my hear out trying to get this to work.

