The customvars for sectionname and subsectionname are not needed to get this working.
All you should need is the code from post #12.
In each section, you need to change the value of var i = in this bit of code
A real Javascript writer can probably work this code so that it picks up the correct section number instead of having to be manually entered, but I wanted to give you something thjat worked before your deadline. Hope that Norman or gbradley stop by and show us both how easy it really is when you know how to Javascript properly
All you should need is the code from post #12.
In each section, you need to change the value of var i = in this bit of code
Code:
function SubSectionList(ar) { var col = 1; var i = 1; <----this will change to 2; 3; etc
Comment