Error
We are looking to anonymize our missionary team members but still have the names be unique so that they can donate.
For instance, Group Member John Smith joins the CountryA 2025 missions trip.
He tells his family his unique missionary donation code
His family goes to donate to the his trip but they donate to CountryA25-Member01.
This way the members are protected but we can still operate.
Some ideas of how it would work:
The Group Type "Fundraising Group" has a new standard Group Member Field "Anonymous Trip Goer Name". where you would set what you want the anonymized name to read (missionary, member, goer, etc...)
the Group Type "Fundraising Group" has a new Group Field "Is Secure Trip". (so you can mark individual trips as "Secure"
the Fundraising Donation Entry Block has two new features:
Display Anonymous Names for Secure Trips (yes | no)
A Lava Template to display the values in the Dropdown List:
{% for gm in groupMembers %}
{% if gm.IsSecureTrip == true %}
{% assign anon = gm | Attribute:'AnonymousName' %}
{{ anon }}
{% else %}
{{ gm.Person.FullName }}
{% endif %}
<br/>
{% endfor %}
How it is now:
How it is in my head lol:
Adding a check box on the block settings "Anonymize group members"
Cultivate your ideas for maximum impact with these helpful submission tips that will increase the chances of your brilliant concepts becoming reality.