Can an image upload ('file upload') remain visible for the participant throughout the survey? | XM Community
Skip to main content
Whether this means it sits above the questions, appears on subsequent questions or becomes a watermark, I wish for participants to upload a photo that will be visible to them for the rest of the survey.
Use the below HTML in the rest of the survey question HTML view afetr file upload question



`<img src="${q://QID207/UploadedFileLink}" alt="Uploaded Img" width="100px" height="100px"/>`



Change the pipe text in the above HTML with the pipe text of image question -> upload link

Leave a Reply