I am trying to set up the email message to event organizers for group bookings. I have tried to use the {group_member}{/group_member} tags but can't get it to display the details for the individuals in a group.
Does anybody know what code to use to get the emails to display the individual name and email address of group bookings?
Also, in the records page group bookings have blank name and address details and you have to click on the group number to find the details of the booking. Is it possible in the front end to capture some contact details for the group booking that is displayed on the front records page? i.e, contact details for the person organizing the group booking?
You don't just put {GROUP_MEMBER} {/GROUP_MEMBER} by itself. That will display nothing. You need to put the desired fields INSIDE of these tags. Something like this...
{GROUP_MEMBER}
[FIRSTNAME] [LASTNAME]
[ADDRESS]
[CITY], [STATE] [ZIP]
{/GROUP_MEMBER}
Whatever fields you include will be displayed for each member in the group.
In the main list of records, the data that will show for the group registration is the billing info of the group registration. Then you click the link like "3 Members" to view the data for each member in the group.[EMAIL]
{/GROUP_MEMBER}
Whatever fields you include will be displayed for each member in the group.
In the main list of records, the data that will show for the group registration is the billing info of the group registration. Then you click the link like "3 Members" to view the data for each member in the group.
I am following that format as well, but my registration emails are not showing any group member data, just completely blank for that portion of the email. Here is my code: