In survey 1, I have an action set up to distrubute a survey when staff enter the contact information of a client. For survey two, the email that clients receive should have an inline email question. I copied the source code of the invite email message from survey 2 into my distribute survey action, but the text that is displayed for the inline question is from survey 1. However, when I click on an answer choice it correctly takes me to survey 2.
For the correct text to display, I think I need to change these portions of the code, but I don't know how to find the links or IDs to use from survey 2. Any ideas?
${q://QID1/QuestionText}
${q://QID1/ColumnLabel/0}
${q://QID1/ColumnLabel/1}
href="${l://ChoiceLink/QID1/0}"
${q://QID1/ChoiceDescription/0}
It should look like this (from Survey 2):
!
It currently looks like this (Distribute survey task)
!