Email Form

Hey guys,

It’s my first post here so bare with me please. I have a simple question but it’s a real headache for me, hope you can help me.

On my website I have a Email form that comunicate with a PHP that send the email. But for some kind of reason when I click on the Send button nothing happens. But if I put a single page with simply a email form everything is fine.

I think my problem reside in the form.

on(release) {
form.loadVariables(“email.php”, “POST”);
}

This is the code I have on my send button.

Can you help me out on a way to maybe trace it or see what is not working.

Cheers.