Hello,
I have a question about embedding questions in an email. I know it is possible, but I have a specific question. Is there a way to use the 5-star question type, embed it into an email, and then for each star that a respondent clicks on, have them re-directed to its own page that says something along the lines of "thank you for your feedback..." It would be different, customized text for each star that is clicked on.
Please correct me if I'm wrong, but I think it is possible to do that by creating a survey and inserting descriptive text, but it would only be one survey? Would it not be possible to customize the text for each individual star rating? Is there HTML code for that?
Appreciate any insight.
Thanks,
Bridget
Page 1 / 1
1. create a 5 option single choice question. Have an auto advance on this question using JS. The question text of this question should have a space of 1000px at top, to avoid any blinks in auto advance
2. Add this question as inline question and get the different option links from the source view, which will be like - `${l://ChoiceLink/QID2/1}`
3. Now delete this question from email template, and using basic html create an email template with star question and each star wrapped with respective choice link
4. After this single choice question, using its selected value you can show different EOS message using branch logic
2. Add this question as inline question and get the different option links from the source view, which will be like - `${l://ChoiceLink/QID2/1}`
3. Now delete this question from email template, and using basic html create an email template with star question and each star wrapped with respective choice link
4. After this single choice question, using its selected value you can show different EOS message using branch logic
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.