- Posts: 34
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
{% set progressValue = ( aSurveyInfo.progress.total > 0 ) ? intval( (aSurveyInfo.progress.currentstep - 1) / aSurveyInfo.progress.total * 100 ) : 0 %}
<div class="progress-number">{{ progressValue }}%</div>