I am pulling data from a SharePoint list and populating a repeating section within a form, which is working. However, due to the nature of the data and the process, the data cannot be removed from the section or new data added. So, how can I remove the 'trash can' and 'Add new row' controls from a repeating section?
Solved
Remove 'trash can' and 'Add new row' controls from a repeating section
Best answer by Simon Muntz
Hi
Welcome to the community.
Under the styles tab, you can try adding the below CSS to your form to remove the add new row button and the rubbish bin icons.
.btn-repeating-section-new-row {
display: none !important;
}
.ntx-repeating-section-overlay {
display: none !important;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
