2) Copy the file /themes/survey/vanilla/views/subviews/header/progress_bar.twig to /upload/themes/survey/yourThemeName/views/subviews/header/.
3) In /upload/themes/survey/yourThemeName/views/subviews/header/progress_bar.twig, find this:
Code:
{%if aSurveyInfo.format !='A' and aSurveyInfo.showprogress is defined and aSurveyInfo.showprogress =='Y'%}
and change it to this:
Code:
{%if aSurveyInfo.format !='A' and aSurveyInfo.showprogress is defined and aSurveyInfo.showprogress =='Y' and 'submit' in aSurveyInfo.include_content !=1%}
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.