# Flash php form components

**URL:** https://forum.kirupa.com/t/flash-php-form-components/59812
**Category:** Uncategorized
**Created:** [August 4, 2004, 2:14am UTC](https://forum.kirupa.com/t/flash-php-form-components/59812 "2004-08-04T02:14:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Trippin](https://avatars.discourse-cdn.com/v4/letter/t/aeb1de/32.png) [@Trippin](https://forum.kirupa.com/u/Trippin)
#### Post date: [August 4, 2004, 2:14am UTC](https://forum.kirupa.com/t/flash-php-form-components/59812/1 "2004-08-04T02:14:37Z")

</div>

hi,  
just trying to work out how to do a mailer form with flash for php.  
I got the basics going but how does it work with check boxes and radio buttons (default components) ???

so far I used this code for input fields and it works ok …  
Code:

$mailsend = mail($address, “Contact \>\>Enrolment”, “\<font face=‘arial’\>\<b\>Enrolment:\</b\>\</font\>\<font face=‘arial’ size=‘2’\>\<br\>\<br\>\<b\>Name of applicant:\</b\> $enameOfAp … etc …\</font\>” , “From: $email  
Content-type: text/html”);

but this doesn work with other elements as I get [object][object]  
in my mailed output. Any tips on what to do ?

cheers
