Remind hover or something like that | XM Community
Skip to main content

Hi,
In my survey, I put an image at the beginning and I want the participants to be able to come back or just have a reminder of the image for 3 blocks.
Idk if it's possible to put a small element with the same function as a hover in html language. Or just a button where the image pop up.
Thx everyone and have a nice day.

Simple way is, you can give hyperlink of image on survey header under look and feel using html and css code. So that hyperlink will appear on all survey pages and respondent can click on that any time to open the image on new page. Please use targe="_blank" under img tag to open image on new tab. Else you can write JS to open popup window for image on same survey page. Hope this link will help to write JS code.
https://www.codehim.com/lightbox/onclick-image-popup-jquery-lightbox/



Hi Joly_Nicolas ,
You can add below code in rich content editor on each question page and when respondent hover on "Brand Text" it will show the image on hover to the respondents .

Brand Name
">https://images.unsplash.com/photo-1661956602868-6ae368943878?ixlib=rb-4.0.3&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80">



Leave a Reply