Hey, i’m struggling to work with the current PDF generation tooling, it seems ill-equipped to work with repeater fields in its current state as there is no real way to loop over the data and print it in a way that looks presentable. Currently you can kind of just print the contents of the repeater in a single line which is not suitable for my use case.
I was hoping you could give me some guidance on how I could hook the HTML file call so I can format my document with PHP instead and return the HTML from that, I dont see a way to output the data in a readable format for the end user without being able to use PHP to do so.
In the future more robust array options in the ProForms variables would be great but for now a pointer in the right direction so I can override the default functionality for my use case would be much appreciated.