Combine multiple input fields to email body

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: [email protected]

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