Forums

Multiple Selections in form and Email Template ?

mangotti 01 Jul, 2008
I accidentally posted this in the How To forum.

Hello,

I created a new form and have a few areas where the questions have a lsit box where you can select more than one answer. Shown below:
What activities did your child(ren) like best? (select all that apply)<br/>
<select name="Favorite_Activities" multiple="" size="7">
  <option value="Craft Tent">Craft Tent</option>
  <option value="Recycled Crafts">Recycled Crafts</option>
  <option value="Reptile Exhibit">Reptile Exhibit</option>
  <option value="Inflatable Slide">Inflatable Slide</option>
  <option value="Trackless Train">Trackless Train</option>
  <option value="Small Bounce">Small Bounce</option>
  <option selected="" value="Pony Rides">Pony Rides</option>
</select>


Now, typically I would make my email template like so:
24. What activities did your child(ren) like best? <b>{Favorite_Activities}</b><br />


This will not give me the results if more than one item is selected. What do I need to do to show all items selected in the email template? Thanks.
GreyHead 02 Jul, 2008
Hi mangotti,

I replied to the other post . . .

Bob
This topic is locked and no more replies can be posted.