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?
Regards
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
Hi Nick,
Not sure if I understand this correctly, you want to hide the fields labels of the first created row of repeater content ?
Do you have a screenshot explaining this ?
Best regards,
Max
Not sure if I understand this correctly, you want to hide the fields labels of the first created row of repeater content ?
Do you have a screenshot explaining this ?
Best regards,
Max
Hi Max
Not quite - hide all except the first row - so.
[attachment=58853_20170920205506_4max00-png.png][/attachment]
As you can see I have used CSS to hide all except that first row, If there were a switch to use the field labels just as table headers that would be simpler.
Regards
Nick
Not quite - hide all except the first row - so.
[attachment=58853_20170920205506_4max00-png.png][/attachment]
As you can see I have used CSS to hide all except that first row, If there were a switch to use the field labels just as table headers that would be simpler.
Regards
Nick
This topic is locked and no more replies can be posted.