Hide all Delete icons in repeating section rows by default


Badge +3

Marian Hatala‌, apologies for posting this question in an old thread. What I want to achieve is to hide all Delete icons on a repeating section's rows, by default. No conditions, just never display them. Previous (answered) questions dealt with conditional formatting of repeating section rows, but as I'm not a developer, I was not able to successfully assemble a working piece of JavaScript from those. Your help is greatly appreciated.


2 replies

Badge +7

Hi Robert,

In control settings of a repeating seciton, you're able to hide this option.

201456_pastedImage_1.png

But "add a row" is on the same settings.

You're also able to hide it by adding a CSS rule in form settings, in example :

.nf-repeater-deleterow-image { display: none;}

 

Userlevel 5
Badge +14

as I recommended, using search would provide definitely few possible solutions. see one of them eg here

Disable delete button in attachments control 

Reply