I have a table in a starting form set up so each row number represents a day of the month. Users fill out days worked and submits the form. In the second stage of the process (form 2), I would like the user to have the ability to choose whether or not they see any empty rows. This will allow for streamlined processing.
I was thinking I could make a radio field they could check (outside table), that would make the empty rows in the table disappear/reappear. How do I accomplish this?
For example, the Field may be something like this...
If "Yes" is selected, empty rows in the table disappear. If "No" is selected, empty rows in the table appear.
As the form is right now, all rows are visible.