Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Group Members

Group Members 13 years 4 months ago #14382

  • jstratos
  • jstratos's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 99
  • Thank you received: 1
I have an email configured in an event for the Custom Admin Notification Email and I wanted all group members listed in the email along with other registration info.

All the other info is displaying EXCEPT for the GROUP_MEMBERS. I must be missing something here but I added the code as suggested but nothing was pulled?
{GROUP_MEMBERS}{/GROUP_MEMBERS}

The group registrations were made and the records were added but I just didn't get the info in the Admin email. I did get 2 for the {GROUP_NUMBER} Any thoughts?

Here's all my code:
[NAME] has registered for the [EVENT_NAME].

Registration Details are as follows:

Registrant's Name: [NAME]
Address: [ADDRESS]
City (State,Country): [CITY], [STATE] [CANADIAN_PROVINCES] ([COUNTRY])
Zip Code: [ZIP]
Phone: [PHONE]
Email: [EMAIL]

Dietary Needs: [SPECIAL_DIETARY_NEEDS] - [OTHER_DIETARY_NEEDS]

Special Needs: [SPECIAL_NEEDS_SPRINGHILL] - [EXPLAIN_YES_SPRINGHILL]

Transportation: [TRANSPORTATION_SPRINGHILL]

Registration Fee: [AMOUNT]

Amount Paid: [AMOUNT_PAID]

Payment Type: [PAYMENT_TYPE]

Confirmation Number: [CONFIRM_NUM]

Member Status: [LIFETIME_MEMBER_SPRINGHILL]

[GROUP_NUMBER]

{GROUP_MEMBER} {/GROUP_MEMBER}

Please Log in or Create an account to join the conversation.

Group Members 13 years 4 months ago #14385

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
The GROUP_MEMBER tag works just fine, assuming you have the latest version. Your code you provided though is wrong. Whatever data you want to display in the email for each group member must be enclosed INSIDE OF the {GROUP_MEMBER} tag. You just have the tag sitting at the bottom of the email, enclosing nothing... so it's showing exactly what you set it to :)

Please Log in or Create an account to join the conversation.

Group Members 13 years 4 months ago #14387

  • jstratos
  • jstratos's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 99
  • Thank you received: 1
So for the name it would look like this:
[GROUP_MEMBER][NAME][ADDRESS][/GROUP_MEMBER]

Please Log in or Create an account to join the conversation.

Group Members 13 years 4 months ago #14388

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Almost...

{GROUP_MEMBER}
[FIRSTNAME] [LASTNAME]
[ADDRESS]
{/GROUP_MEMBER} Something like that. Every field inside of the curly bracket tags will be displayed for each member in the group.[EMAIL]

{/GROUP_MEMBER}

Something like that. Every field inside of the curly bracket tags will be displayed for each member in the group.

Please Log in or Create an account to join the conversation.

Group Members 13 years 4 months ago #14392

  • jstratos
  • jstratos's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 99
  • Thank you received: 1
Yes, of-course, thanks so much for clarifying!

Whoa!!! I just realized that you are using "CURLY BRACES" for the GROUP data. Now everything is working.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.486 seconds