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.
Page 1 / 1
Hi Robert,
In control settings of a repeating seciton, you're able to hide this option.
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;}
as I recommended, using search would provide definitely few possible solutions. see one of them eg here
Disable delete button in attachments control
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.