I'm trying to replicate a paper form that requires a signature, and then e-mail a printable copy of this form to the respondent and the administrative personnel responsible for processing the form.
I am using the Signature Question field but don't know how to embed its answer as with other survey questions or embedded data.
How do I embed the response to a Signature Question in an e-mail trigger? I already tried checking "Include response report" and "Show full question text" but neither of those include the signature.
We cannot pipe the signature in question or in email trigger as I guess the signature image link is generated after the response is recorded. One of the other method is to create and send custom printable copy by creating it externally using API.
You can generate the link of the image using concatenation and file id in the survey flow. And then use this embedded data piping in the image tag src attribute.
Signature below:<br />
<img alt="Signature image" src="${q://QID1/UploadedFileLink}" />

Thanks so much! That worked perfectly!!
Hi, I am trying to get this to work in my survey but the email I am receiving in my tests has a broken image link. I am wondering if I am missing something related to embedded data? I am fairly new to Qualtrics, would anyone be able to help me with this?
Signature below:<br />
<img alt="Signature image" src="${q://QID1/UploadedFileLink}" />

In my survey flow, I set an embedded data field called SignatureImg (at the very top of the survey flow)

In my survey, I have a Signature question that has a forced response.

In my workflow, email message, I click on the Source button:

and scroll down to where I want the signature added and add the following:
<br />
<img alt="Signature image" src="${q://QID14/UploadedFileLink}" />
<div><br />
You will replace QID14 with whatever your signature question number is (Mine happens to be 14)
Thank you for this message! Aside from the embedded data piece, I was doing everything you described. When I looked at the workflow email run history I saw that the email was sending out the image link. It seems the issue for me was related to Uploaded files access in the security settings. Folks recieving the email did not have the correct permissions to view the image/signature.
I also tried it without the embedded data in the survey flow and it seems to work still. Do you know what the embedded data adds in this case?
Thank you!
I’m not sure about the embedded data - I was following advice from a previous comment. Maybe it doesn’t have to be there.
This is also important to note:
Uploaded files access controls whether people can download respondent submitted files. This includes files uploaded in response to the file upload, screen capture, and signature question types. In addition, these users will be able to see survey responses within XM Directory touchpoints and view full responses in any public reports shared with them.
If you cannot access the URL from your data export, it is because the survey owner has Only users with permission to view responses turned on and they have not given you permission to view responses. If you’d like anyone to be able to view the links from the dataset, you will need to turn on Anyone with the link to the file.
Qtip: “Only users with permission to view responses” is selected by default, but may be unchecked for surveys whose file uploads need to be able to be downloaded by anyone with a link to the file. This can be turned on or off at any time.
Qtip: This option used to be called “Require permission to view uploaded files.”
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.