The subject says it all... Can I somehow use email as token? I tried uploading a sample where the email is listed in the token column, but the '@' is not allowed. I need to send the respondents back to a third party system at the end of the survey, and the only way to identify them is to append the email address to the end-url.
Why not using the email in a custom variable of the token table. You can access this just like you would access the token. This would give you the email in EM, assuming that you saved it into the custom attribute "attribute_1"
Code:
{TOKEN:ATTRIBUTE_1}
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Hm... I might have missed a piece here. The members are coming in from the third party system. I need to validate them coming in, and after taking the survey, I need to send them back to the same system. Problem is that when the member come knocking on Limesurvey, the only ID he/she can carry is the email address.