Hi Folks, I have a question that I've not been able to find an answer to in the community or Qualtrics support docs.
I have a form with a field that the submitter enters a web URL into, i.e. "https://google.com":
I then have an action setup to send an email to the submitter when the survey response is created. In the body of the email I'm using piped text to provide the submitter a copy of their form responses, including that field where they entered a URL into:
Remote Link/URL: ${q://QID5/ChoiceTextEntryValue}
When the email is received, though, the URL is changed from what they entered, to a link that goes through proxy.qualtrics.com, instead (I removed the token at the end URL in the following example):
https://proxy.qualtrics.com/proxy/?url=https%3A%2F%2Fgoogle.com
While link works, and the user is taken to the URL they specified in the form, this is potentially confusing to the intended audience for the form.
Is there a way to prevent this from happening, and have the original URL be retained in the email?
Thanks for any advice.
Christopher