For a custom project I need to change a piece of styling. To do this I need to add a class to <div id="group-0">.
The problem is that the number in that class is generated. i.e. on page 1 it says "group-0", on page 2 it says "group-1" etc.etc.
Just above it it says "<!-- START THE GROUP -->".
So I'm trying to find the file where this piece of code is generated.
Any help is much appreciated.
The code you are looking for is on the PHP side, so should be carefull when modifying them.
I gues, that what you are looking for is on the file "application/helpers/SurveyRuntimeHelper.php", line 1019
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
I'm well known with php, so editing isn't a problem. The whole survey is temporary also. It only needs to run 1 survey for 1 month and that's it. So no real worry about future updates. I'll check out that file, thanks for the hint.