Hey guys! I’m using a Repeater to create any number of “Bezugspersonen” on this form:
I set up IDs for all the fields in this block. When I click the “+” icon to create a new block, the fields inside all have the same IDs as the first one.
Steps:
- Click “+” to create a new “Bezugsperson”
- Check
data-custom-idattributes on fields

I’m struggling to figure out how to make an e-mail template out of field IDs that aren’t unique.
Ideally, there’d need to be some mechanism to dynamically create IDs e.g. like this:
- stammdaten-bezug1-vorname
- stammdaten-bezug2-vorname
- stammdaten-bezug3-vorname
- …
Thoughts?
