- Posts: 26
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<p>{C2.question}: <b>{C2.shown}</b></p>
<p>
{if(!is_empty(C3), C3.question + ": <b>"+C3.shown+"</b>","")}
{if(!is_empty(C4), C4.question + ": <b>"+C4.shown+"</b>","")}
</p>
<p>
{if(!is_empty(C31), C31.question + ": <b>"+C31.shown+"</b>","")}
{if(!is_empty(C32), C32.question + ": <b>"+C32.shown+"</b>","")}
...
{if(!is_empty(C41), C41.question + ": <b>"+C41.shown+"</b>","")}
...
</p>