Display list of Attendees
-
I have an event configured where people can register and enter multipled attendees (buy 10 tickets and enter 10 different peoples names).
When they enter more people in, the additional people do not show up in the list of people registered. I am using the varilable in the page:
<tr>
<td width=30%>
#_EVENTDATES – #_EVENTTIMES
</td>
<td>
#_EVENTLINK
{has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
<br> #_AVAILABLESPACES Spots Left
</td>
<td>
#_ATTENDEESLIST
</td></tr>
I rarely allow the multiple signups per event, so this is the first time I have run across this.
Any suggestions/thoughts?
The page I need help with: [log in to see the link]
- The topic ‘Display list of Attendees’ is closed to new replies.