Hi,
now our questions are four times in your post, but you did not answer it. Why?
I wonder, why you want to use a question of type "multiple short text".
You only want to display the values.
So I think it to be better to use a "text display"
Here with a table to display
But of course you can set the subquestions to "readonly" ( but why waste columns in the database without need).
Insert this script
Code:
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('input[ name="{SGQ}SQ001"]').prop('readonly', true);
$('input[ name="{SGQ}SQ002"]').prop('readonly', true);
$('input[ name="{SGQ}SQ005"]').prop('readonly', true);
$('input[ name="{SGQ}SQ006"]').prop('readonly', true);
$('input[ name="{SGQ}SQ007"]').prop('readonly', true);
});
</script>
Joffm