Hi,
I want to send out an email to our guests with something like the following:
Please let us know how you enjoyed your stay with us:
❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ ❾ ❿
Not at all satisfied … Extremely Satisfied
For each of the 1 to 10 dots, I would add a hyperlink to our survey with a parameter R=01 to R=10. Eg:
Code:
xxxxx.limequery.com/survey/index/sid/nnnnn/newtest/Y/lang/en/R/06
I would like the survey to display with the rating pre-populated from the URL. However, I do want the guest to see this and be able to change their rating in the survey if they wish.
I have setup an array question called
Welcome, with one sub-question called
W1. This has answers
W01 to
W10.
I have setup a hidden short text question called
Rating, which I then set using panel integration.
I have setup another hidden equation question with the following equation:
Code:
{Welcome_W1=if(!is_empty(Rating) && is_empty(Welcome_W1),join("W",Rating),Welcome_W1)}
However, this doesn't seem to work.
I have tried various combinations, but come up against problems every time.
I can get the rating and the calculation works, but it does not populate the array.
Has someone else done something similar and can you point me in the right direction?
Thanks,
Ross