For a survey I am working on, I am looking for an easy way for respondents to contact me. In many of the answers to questions I have made (radio button questions), I have inserted mailto links, with a reference to the question in the body of the mail. The answer itself is an option that states that the respondent would like help with this question.
The survey is quite long (it is very well possible that respondents will fill it out over multiple days), so I'd like to receive the mail when they have an issue without having to wait until they submit the survey.
I would also like to add data of the participant in the mail. I've tried the following code: <a href="mailto:test@mail.com?subject={TOKEN:FIRSTNAME}"/>. Unfortunately in practice the link will literally insert {TOKEN:FIRSTNAME} into the subject of the mail.
Am I missing something or is there another way to resolve this problem? I'd like to have one mail per issue, so using one of the admin notification mails to inform me that the respondent has answered that he'd like help with a question wouldn't be the most practical solution to my issue.
- The version number is 3.22.28+200728
- Tokens are indeed activated
- In the source code I see the following (latest test) <a href="mailto:koenraadv94@gmail.com?subject=Test2&body=%7BTOKEN%3AEMAIL%7D%20test2">Contact us
Please let me know if I forgot any information that you would need.
Hi,
just one thing to mention:
Did you consider to implement a chat system like
Livehelperchat
if you think you need an option to ask for help in (nearly) any question?
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Thank you for your suggestion! I haven't considered it, but I'll look into it. My preference would probably still be a mail in order to have an easier overview of respondents in need of extra explanation, but I will definitely look into this.
Thank you for the suggestion. I'm not entirely sure whether I understand correctly. Is this is a setting so that the editor starts in the mode where I can edit source code? If so, where exactly can I find it? I've looked, but I cannot seem to find it yet.
I just tried this setting, but unfortunately without success. I did notice that in the HTML tag the code automatically gets adjusted, so the curly braces aren't literally in there (<a href="mailto:testadress@gmail.com?subject=%7BTOKEN%3AEMAIL%7D&body=%7BTOKEN%3AEMAIL%7D">NewTest), but I suppose that won't be the cause of this issue?