Hi everyone, at the end of my survey there's a summary displayed, with piped text, and we also give users the option to have this summary emailed to them after. For that summary email, I used email triggers and copy and pasted the html from the summary in the survey.
Everything is piping correctly inside the survey, but in the post-survey email trigger with the same html omits the first piped in choice. Here's an example:
What it looks like in the survey:
What it looks like in the email:
Here is the code from the email:
- What you will do: ${q://QID86/ChoiceTextEntryValue}
- Why it matters: ${q://QID90/ChoiceTextEntryValue}
- What passengers will come up: ${q://QID89/ChoiceGroup/SelectedChoicesTextEntry}
- How your passengers will tell you to give up: ${q://QID91/ChoiceTextEntryValue}
- How you will notice with compassion: ${q://QID88/ChoiceGroup/SelectedChoicesTextEntry}
Does anyone know how to fix this?