Send only one email for group registration

  • Diane Cleaver
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
1 year 11 months ago #158217 by Diane Cleaver
Replied by Diane Cleaver on topic Send only one email for group registration
Yes, for my group registration, I selected "2" and provided name, email, etc. Should the code in my email say {ebShowText [NUMBER_REGISTRANTS]>=2} instead of {ebShowText [NUMBER_REGISTRANTS]>1}?

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

More
1 year 11 months ago #158220 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Send only one email for group registration
We do not support >= operator. So {ebShowText [NUMBER_REGISTRANTS]>1} is correct

In this case, please submit a support ticket sending us super admin account of your site and tell me ID of your test registration record so that I can check to see what's wrong here and get it sorted

Tuan

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

  • Diane Cleaver
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
1 year 11 months ago #158224 by Diane Cleaver
Replied by Diane Cleaver on topic Send only one email for group registration
Ticket created, thank you.

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

More
1 year 11 months ago #158227 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Send only one email for group registration
Thanks Diane. Will check and reply you via support ticket

Regards,

Tuan

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

More
1 year 11 months ago #158229 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Send only one email for group registration
Hello

I checked and figured out what's wrong. The editor changes > character to some special characters and it causes the issue

I changed the code to {ebShowText [NUMBER_REGISTRANTS] gt 1}Thank you group member.{/ebShowText}

> character is replaced by gt (greater than) and it works good now. Please check it and confirm

Tuan

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

  • Diane Cleaver
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
1 year 11 months ago #158250 by Diane Cleaver
Replied by Diane Cleaver on topic Send only one email for group registration
Works perfectly, thank you!

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

More
1 year 11 months ago #158251 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Send only one email for group registration
Great. Thanks for confirming Diane

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

Moderators: Tuan Pham Ngoc