Question
actionscript for contact form correct?
This is my actionscritpt for the send form. The contact form
is in a movie (contact_form) The flash form connects to the php
file. When I hit submit. The flash form shows name email in fields
instead of typed message. I get no email at my email address..Is
this written correctly? or whne using a movie contact is there
something special to do?
on (release){
contact_form.loadVariables("contact.php","POST");
}
on (release){
contact_form.loadVariables("contact.php","POST");
}