I realize that I had put this in the wrong forum. 😶
I repeat it her with some CSS information.
Is there some way to avoid showing the field names in all bar the first row? I can do it with CSS but is there a switch to do that?
Nick
I repeat it her with some CSS information.
Is there some way to avoid showing the field names in all bar the first row? I can do it with CSS but is there a switch to do that?
div.repeater div.clone-item:not(:first-of-type) label{ display: none !important; }Regards
Nick