mercuryengine.com... i know!
but,
I'm semi-new at flash and I'm having a problem with a form that I've modified. The site is made after a template i bought and the form has been modified according to instructions i've found on tuts. The problem I'm having is with the reset button, not resetting anything and the send button.
After the form has been filled out and the send button is pushed, the form info goes thru the php but the form does not advance to the next frame the thank you frame. Here's what I've done:
reset button:
submit button:
form:
any ideas/suggestions?
for source file please pm me... thanks all!
but,
I'm semi-new at flash and I'm having a problem with a form that I've modified. The site is made after a template i bought and the form has been modified according to instructions i've found on tuts. The problem I'm having is with the reset button, not resetting anything and the send button.
After the form has been filled out and the send button is pushed, the form info goes thru the php but the form does not advance to the next frame the thank you frame. Here's what I've done:
reset button:
Code:
on (release) { form.gotoAndPlay(1); }
submit button:
Code:
on (release) { form.loadVariables("/php/FormMail0.php", "POST"); }
Code:
onClipEvent(data){ _root.nextFrame(); }
for source file please pm me... thanks all!
Comment