I've been playing around with a table in a form that needs to collect a series of dates. To do this I started using a fixed number of rows where each row has its own label, as per the screenshot:
This is the 'look' and layout I want; but the problem is that I need unique variables per entry. Doing it this way won't allow for that (unless I'm missing something?). I need the unique variables to be able to populate a word doc with merge fields.
One way this could be done would be to have a 'make table rows vertical' option... which would make columns horizontal... if that makes sense? Then, in the above example I could have columns displayed as 'rows' each with unique questions, and the row data being '13 x unique date fields'.
As it is I will just go back to individual date fields instead of a table and use CSS to make it look like a table; just wanted to float the idea of a 'vertical table' as a feature idea :)