Can anyone help me out with a feedback form? Urgent

Hey guys. I started with a template to speed up the process on this website. It includes a feedback form, but no php file. I don’t know how to program my own file and tech support seems clueless. Can anyone take a look at the file for me and help me get the php file togetehr to match it along with the button code? The site is supposed to deploy in about 4 hours and I’m at my wit’s end.

Thanks SO much!

Jason

what are you doing with this form? emailing it to yourself?

It’s for a band website and it’s just a feedback form to be mailed back to the admin (me, in this case).

Have you gone through the php email form tutorial?, the concepts there can be utilized for this purpose quite well.

I did go through it, but I couldn’t seem to put together how to make it work with the form I have in my fla.

Is there any way to test the form from flash 8, if the php script is up on the server?

BTW, thanks for responding so quickly.
I see php hates you too… heh.

http://www.kirupa.com/developer/actionscript/flash_php_email.htm

that should do the trick.

That form works great. The problem is, when I load it into my movie, though it sends the info to me, it doesn’t advance to the message sent page. Instead it makes my swf (the one into which it was loaded) fade out, presumably moving backward a frame at a time.
I assume it’s a problem of paths, but I’m not sure.

essintially, I have this in my folder (on the web)

site.swf (flash site into which the mailer is loaded)
mailer.swf (the form)
email.php (php file)

If I go straight to the mailer url, it works perfectly. When loaded into the site, it still works, but instead of frame advancing after the click (triggered by the clip action) it messes with the sie, or host swf.

So… thoughts?

I really appreciate you guys putting up with my onslaught lately!

J