- Posts: 4
- Thank you received: 0
- Forum
- English support forums
- Can I do this with LimeSurvey?
- Adding response ID as part of Detailed Survey email
Adding response ID as part of Detailed Survey email
8 months 2 weeks ago #169218
by epauldc29
Adding response ID as part of Detailed Survey email was created by epauldc29
Is it possible to add the response ID to any of the email templates?
Also when I create my detailed response I able to display the code in {}, but if I want more details like HW as the code would display as Hardware in the detailed email template - how do I manage that?
Thanks,
EP
Also when I create my detailed response I able to display the code in {}, but if I want more details like HW as the code would display as Hardware in the detailed email template - how do I manage that?
Thanks,
EP
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 7791
- Karma: 618
- Thank you received: 2280
8 months 2 weeks ago #169229
by tpartner
- manual.limesurvey.org/Expression_Manager#Access_to_Variables
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Replied by tpartner on topic Adding response ID as part of Detailed Survey email
Try using the {SAVEDID} placeholder.Is it possible to add the response ID to any of the email templates?
Please refer to the manual - Expression Manager --> Access to Variables --> Qcode.shown.Also when I create my detailed response I able to display the code in {}, but if I want more details like HW as the code would display as Hardware in the detailed email template - how do I manage that?
- manual.limesurvey.org/Expression_Manager#Access_to_Variables
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in or Create an account to join the conversation.
8 months 2 weeks ago #169230
by epauldc29
Replied by epauldc29 on topic Adding response ID as part of Detailed Survey email
Hey Tony,
{SAVEDID} did the trick! Thanks!!!
I took a look at the variables - but am not getting the results I need. I have these as the answer options and I tried a few of the options like implode.... but I am not getting the display of info I would like in the detailed template - thoughts?
{SAVEDID} did the trick! Thanks!!!
I took a look at the variables - but am not getting the results I need. I have these as the answer options and I tried a few of the options like implode.... but I am not getting the display of info I would like in the detailed template - thoughts?
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 7791
- Karma: 618
- Thank you received: 2280
8 months 2 weeks ago #169239
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Replied by tpartner on topic Adding response ID as part of Detailed Survey email
What is the question code and what have you tried?
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Please Log in or Create an account to join the conversation.
8 months 2 weeks ago #169252
by epauldc29
Replied by epauldc29 on topic Adding response ID as part of Detailed Survey email
.shown does the trick - thanks for your advice!!
Please Log in or Create an account to join the conversation.