Good morning. I have a need to use a single table more than once in a form. Laserfiche will not allow that.
So, I thought I could use HTML to display the data of my Table/Collection. It works. However, my point in using tables/collections is to allow the ADD row functionality.
If I have more than 1 row, then the data displays in HTML as
1;2
instead of
1
2
Since the rows are dynamically created, is it possible to account for them so they display as separate rows in HTML and not semicolon separated?