# Flash MX 2004 form help please!

**URL:** https://forum.kirupa.com/t/flash-mx-2004-form-help-please/118837
**Category:** Uncategorized
**Created:** [August 9, 2004, 3:59pm UTC](https://forum.kirupa.com/t/flash-mx-2004-form-help-please/118837 "2004-08-09T15:59:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chrisbrimelow](https://avatars.discourse-cdn.com/v4/letter/c/ad7895/32.png) [@chrisbrimelow](https://forum.kirupa.com/u/chrisbrimelow)
#### Post date: [August 9, 2004, 3:59pm UTC](https://forum.kirupa.com/t/flash-mx-2004-form-help-please/118837/1 "2004-08-09T15:59:33Z")

</div>

Hello,

I’m trying to build a form that contains text fields, radio buttons, and check boxes and send those values to a server-side PHP script to email me the results.

By using loadVariablesNum() I could retrieve the text field values, but not the radio buttons and check boxes. (I think I need to use listeners.?)

How do I retrieve the checked values and what function is the best to send them? (loadVariablesNum(), loadVariables(), LoadVars???)

Thanks a lot!
