Hi all, I'm using a formidable hook to auto-populate a repeater described on formidable examples here.
This is working great, but I'm faced with a potential customer requirement to insert additional items between (or part of) some repeater elements.
So currently, this looks generic and simple/easy to maintain:
However, the desired outcome:
Adding these items would depend on the repeater properties (repeaters are divided in few groups which should then result in few of those HTMLs and page breaks). I understand I would need to sort the items in the auto-population hook, that seems straightforward, but I'm not sure about the other part.
Is there some kind of solution for this via hook or something?
Thanks in advance for any pointers or hints!