I have two select questions (one is single response and one is multiple response).
Each question uses the same parent list which consists of 10 images.
Ideally, I would like to display the image list without radio buttons and check boxes and enable the respondent to simply click on the image and somehow display to the respondent that they have selected that image (either raise or sink the image or change the background colour - happy to see the available options).
As the respondent hovers over the image, the cursor should change to a clickable cursor. I believe Zachary's code will do this ...
<style>
.submitOnClick {
cursor: pointer;
}
</style>
Looking for a neat answer. Appreciate any assistance.
Note: Is it possible to have a solution that works in v7-v8-v9.