# Combine multiple input fields to email body

**URL:** https://forum.kirupa.com/t/combine-multiple-input-fields-to-email-body/250497
**Category:** flash
**Created:** [January 30, 2008, 12:41am UTC](https://forum.kirupa.com/t/combine-multiple-input-fields-to-email-body/250497 "2008-01-30T00:41:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ferris](https://avatars.discourse-cdn.com/v4/letter/f/53a042/32.png) [@Ferris](https://forum.kirupa.com/u/Ferris)
#### Post date: [January 30, 2008, 12:41am UTC](https://forum.kirupa.com/t/combine-multiple-input-fields-to-email-body/250497/1 "2008-01-30T00:41:22Z")

</div>

Hi, thanks to anyone who can help.

I’d like to create a very simple form in Flash 8 to be sent through a users standard email programme like outlook, no php etc. I’d like to have seven multiple line input text fields like:

1. Name
2. Address
3. Postcode
4. Telephone number
5. Work Title
6. Query
7. Email Address

When they press a send button I want their email programme to create an email to me with the body displaying the seven points in a formatted list, preferably with the titles in bold, like this:

**Name:** Richard Windsor  
**Address:** 11 House Road, Fulham, London  
**Postcode:** SW1 788  
**Telephone:** 0207 381 0000  
**Job Title:** Film Buff  
\*\*Query: \*\*What’s your favourite film?  
**Email Address:** [Ilooklikejamesbond@noyoureallydont.com](mailto:Ilooklikejamesbond@noyoureallydont.com)

Can anyone tell me how or if it is possible to combine input fields to the body section of the action line of

mailto:" + to + “?subject=” +subject+ “&body=” + body.

The input field text boxes are already named, text1 through text10.  
Thank you very much. Best, Ferris
