I have the repeater field label in my form as 'Profile Information'.
For each repeater field, I'd like to have a header/title for that displays the count above the fields.
So if someone adds three repeaters, I have:
Profile Information
Profile 1
(fields inside repeater)
Profile 2
(fields inside repeater)
Profile 3
(fields inside repeater)
(button to add another profile)
Is there a way to do that? It would make the division of repeater fields much clearer,
Chris