Hi there,
For one of my forms, I’m working with a custom record template (PDF) that includes a subform. The subform contains two fields per row: an image field for uploading images and a single-line text field for descriptions. When I add the subform to the record template using the builder, all rows are displayed in a vertical list.
This layout causes the report to become excessively long when downloaded as a PDF, as only two images fit on a page. While I understand that reducing the image size could help, this is not my preferred solution. Ideally, I would like to display two images per row in the record template, with their descriptions placed below each one.
I’ve attempted various approaches using custom HTML/CSS but haven’t been able to achieve the desired result. This is the (default) HTML code I'm using right now:
Could you let me know if what I’m aiming for is possible? If so, I would greatly appreciate your guidance on how to achieve it.
Thanks!