Skip to main content
June 8, 2009
Question

Check box & PHP form in AS2

  • June 8, 2009
  • 1 reply
  • 694 views

Hi all,

I'm currently using this PHP script below for a form in a flash site.

http://www.flashadvisor.com/tutorial/Beginners/Custom_PHP_Email_Form-5.html

I wanted to add either a check box or radial box for an RSVP form that I'm creating where the person can check something like "are you attending, yes or no".  How can I modify the script above to include that?

Thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
June 8, 2009

you'll need to extract the data from your checkbox (use the selected property), assign it to a _level0 variable and add code to the php file to parse that variable.

but what you should do is look for a tutorial the uses loadvars to send and receive data to and from php.