I need to set up a checklist of sorts with 4 columns of instructional text that vary on each line and then 5 columns of actual selections. There will be at least 50 rows.
Example (pipes represent columns):
Question|Action Required|Guidance|Responsible|Comments (multiple lines)|Selection 1(dd)|Selection 2 (dd)|Date (date)|Who (people selector)
I have tried doing the first rows as an HTML field making individual 4×1 tables followed by the 5 fields but that doesn’t look right when I display it since the HTML appears as one ‘field).
Could it should be a matter of adjusting the CSS? OR, is there another approach you would suggest?