Custom CSS
Hide a Repeating Table Column
Hide a repeating table column in a FlowForma form using custom CSS selectors, with variants for the last column, specific columns, and the remove row button.
If you want to completely hide a column in a repeating table, you will need to use some custom CSS to do so. This is due to the fact that hiding a sub-question using the Flow Designer will only hide the question on the form. It will not hide the cell in the table, so CSS is used to hide the HTML elements rather than the question itself. This also means it will only hide the column; the column will still contain all functionality of a shown column.
Depending on how you set up the repeating table and how many columns you want to hide will decide which selection of code below will need to be used. If you want to hide 1 specific column, or all columns after the 3rd one, or if you have the “remove row button” or fixed rows icons showing, you will need to use different code.
The options are:

