So this is a typical scenario.
I have a repeater called sections. In those section contains 3 different content types. Once is a repeater, 2nd is a text box and the third is a collection of text fields. What i do is create a select field and use a ‘Conditional Logic’ to show/hide text fields.
However, the columns still remain and become really distracting.
What is the best approach? I tried tabs but you cant add tabs to a repeater.
Hi @denzel2364
You could change the layout from table to box. Then I think the columns would disappear?
Another solution is to use flexible fields instead of repeater. That way you’d always only get exactly the fields you want with each row.