Ideas

Missionary "Anonymizer"

Missionary "Anonymizer"

Group

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:

Screenshot_2025-10-28_170128.png

Screenshot_2025-10-28_170148.png


How it is in my head lol:

Adding a check box on the block settings "Anonymize group members" 

Anonymized_Member.png

Screenshot_2025-10-28_170148_-_Copy.png

Photo of Stephen CraciumSubmitted by Stephen Cracium, Shepherd Church  ·   ·  Group
Login to add a comment...

Submission Success Tips

Cultivate your ideas for maximum impact with these helpful submission tips that will increase the chances of your brilliant concepts becoming reality.

  • Clear Title: Craft a straightforward and descriptive title that instantly conveys the essence of your idea.
  • Concise Description: Provide an idea description that is succinct, ensuring it effectively communicates the concept without unnecessary verbosity.
  • Provide Additional Details: With a concise description complete, now provide any other details that are needed to better understand the requirements.
  • Thorough Ministry Need Review: Provide a comprehensive overview of the ministry need your idea addresses, emphasizing its significance.
  • Cover the WHY: Clearly articulate the rationale behind your idea, explaining why it's essential and how it aligns with the organization's goals and mission. Oftentimes a clear "why" sheds light into other possible options.