Please help us help you and fill where relevant:
Your LimeSurvey version: 7.0.0 RC1 (though this is mis-reported on the dashboard as LimeSurvey Community Edition Version 6.17.1)
Own server or LimeSurvey hosting: Own server
Survey theme/template: Fruity Twenty Three
==================
The example for "Image select multiple choice" suggests you can have a label under the image:
In my own testing though, it seems LimeSurvey is taking the value of a subquestion and injecting it into the
src attribute of
img. As such, I cannot put a label after it or it breaks the image.
This is the kind of HTML output it creates:
Code:
<label for="answer534471X174X647REDACTED" class="imageselect-label" onclick="cancelBubbleThis(event); checkconditions(this.value, this.name, this.type)" style="pointer-events: none;">
<img class="unforce-height" src="&lt;img alt=&quot;&quot; src=&quot;/upload/surveys/534471/images/logos/REDACTED_logo.svg&quot; /&gt;&lt;br /&gt;REDACTED" style=" height: 200px
">
</label>
It has put in all the text of the subquestion into
src, but escaped.
How can I put text under my multiple images please, while presenting them in a grid?