Flash/PHP Email Form: Integrating Other Components?

Greetings, kirupans! Long time lurker, first time poster. :smiley: My dad conscripted me into throwing a website together for his business, and all was going swimmingly, until we came to the issue of designing a form for potential clients to request quotes on jobs (the business is a printing company).

I used the tutorial here on Kirupa to make a text based form, and even though it was my first time using PHP, I managed to get it running swimmingly. Of course, after I completed it, my dad decided he wanted to expand the use of the form, which now necessitates the use of the RadioButton and NumericStepper components (to indicate the type of paper, quantity of pages printed, etc.). I searched the website and other resources as best I knew how, but I didn’t come up with anything that explained how to get email output from these components in the same way the Input Text fields can. All my attempts thus far have just yielded blank emails - but hey, at least I’ve got the form.loadVariables code working!

Any tutorials or resources on this subject would be very much appreciated. Thanks in advance for your help!