Ok on one of my form I have this code:
on(release) {
form.loadVariables(“email.php”, “POST”);
}
If I put a break point on it I can see that it stop there. The thing is it seems like it never get out to my email.php cause I don’t get the email. Can anyone give me a hand on how to debug this??? How can I tell if my loadvariables work properly???
cheers.