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:
Now, typically I would make my email template like so:
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.
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.