Ive made a form in flash and everything works fine on my computer...its sends me all the data to my email addy fine.
Ive upped the files but they dont seem to send any info bak to me.
On my submit button i have:
on (release){
to = "urban_doood@hotmail.com";
subject = "Visitors Feedback Form";
loadVariablesNum(" 1, "POST"
;
gotoAndPlay ("wait"
;
}
Ive upped the files but they dont seem to send any info bak to me.
On my submit button i have:
on (release){
to = "urban_doood@hotmail.com";
subject = "Visitors Feedback Form";
loadVariablesNum(" 1, "POST"
gotoAndPlay ("wait"
}