I’ve tried so many different methods to get my form to work. I’ve tried sendandload, loadvariables, loadvariablesnum… post, get… I’ve tried putting the input fields within a movie clip and without. For some reason, I just can’t get my form to work.
If someone could fix my form, I’ll be eternally grateful. I was supposed to have this website done two days ago, but I’ve spent more than two weeks on just this form, and I’ve about had it.
My main problem is that my variables aren’t being sent over to the php file. I have then defined. I don’t know how to transfer them over. I’m wondering if maybe it’s because I have the form load into a movie clip as part of my main site (i.e. click one button, the form .swf shows up. click another button, a different .swf shows up). That’s the only reason I can think of why my form doesn’t work.
I tried my php file in html, and it worked fine, so I know the file works, and I know my server allows php.
Right now I am using Kirupa’s form example to help. I do get an email, but it only shows the strings I defined in the php file. It doesn’t show anything I input into Flash.
Thanks for any help you can provide.