I am trying to get a number value for each group, so that thee first one is 1, then 2, etc. is there a way to call this, I seem to only be able to call 1 for all of them.
Sure, sorry, I'll try to be clearer. I have a cloneable group and for each group I would like to either call or assign it a number so that each group is numbered 1, 2, 3, etc.
The aim is to be able to use php queries to be able to assign alternating classes and also if needed I can identify specific numbers if required.