Closed kimlongcr closed 4 days ago
I could be completely wrong about this, but I think because the "Label Type" in Nextgen only has certain built-in merge fields, for anything else we want to display we have to write our own "merge field" Lava, just like in v1 checkin.
To my knowledge this hasn't been documented yet, but by poking around I was able to get Parents to print via a Text control set to Dynamic Text, with the following in the Lava template:
{% assign parents = Person | Parents %} {% for person in parents %} {{ person.FullName }}, {% endfor %}
@JimMichael If this worked for you, I'm good with it. We'll use Lava. Thanks!
Closing this as it is possible with Lava. We'll look at the practicality of adding it through the UI in the near future.
Description
On our labels today, we print the parent's name that checked them in for the day. This allows volunteers to call the parent by name when picking their child up.
Actual Behavior
Nextgen labels don't allow you to add the parent name via the new interface. I attached what our labels look like in 16.6 that I was trying to recreate.
Expected Behavior
Parent name can be added to labels
Steps to Reproduce
Go to the nextgen labels menu option Select a label Select Label Designer option = parent name is not an option under Attendee Info or Checkin Info
Issue Confirmation
Rock Version
Rock McKinley 16.7 (1.16.7.2)
Client Culture Setting
en-US