Skip to main content
Nintex Community Menu Bar
Question

Workaround to disable ability to delete or add rows in repeating section on task?

  • May 27, 2026
  • 2 replies
  • 18 views

Forum|alt.badge.img+15

Is there a workaround (rules or something) to disable ability to add/remove rows in a repeating section after default has been set? We just need people to add additional information to existing rows, not add/remove anything.  Please advise! 

2 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • May 27, 2026

Hi Brandi,

You can accomplish something like this by using custom CSS.  I added the following and it hid the add new row and delete row buttons:

.btn-repeating-section-new-row {visibility: hidden;}

.ntx-repeating-section-remove-button {visibility: hidden;}

If you want to you can get more in depth to target specific repeating sections by using custom CSS classes as well.


Forum|alt.badge.img+15
  • Author
  • Nintex Partner
  • May 28, 2026

Bless you Brent, appreciate the quick response and solution on this! On the off chance we need to only do this on specific sections, how would one do that for isolated sections?