Is there any way to pad that number? I was looking at str_pad in Expression Manager, but that's not working...I assume b/c the response ID is an integer. In my case, I'm trying to capture the initials, location, and entry number for the person doing data entry. So questions would be:
Q1: what are your initials? MM
Q2: what's your location? New York (NY)
Q3: your entry code for this response is MM-NY005.
...where the sequence would be 001 - 900. All works except the padding. My latest attempt looks like this:
your entry code for this response is {INSERTANS:Q1}-{INSERTANS:Q2.value}{SAVEDID}.
It gives MM-NY5.
Thanks,
Matt