Hi,
Anyone know if in Forms I can create a table using a custom html?
I am trying to find some way that a table (many rows) can be added inside a collection.
Thanks.
Hi,
Anyone know if in Forms I can create a table using a custom html?
I am trying to find some way that a table (many rows) can be added inside a collection.
Thanks.
You can create a table within a custom HTML field, but you'd have to build any inputs yourself and tie them back to form field inputs with javascript. Submitted forms will naturally store any values in an out-of-the-box table, making your own table with variables that store into form fields will be tricky.
I'm also trying to achieve dynamic tables using the HTML block, and while I have come extremely close, I'm currently stuck trying to get the HTML generated by the Update Word Document Emit Email Token in workflow back into an HTML block or Rich Text variable within forms.