I have a simple form for a repository user to send a different form to multiple users individually. The simple form has a table that shows events related to this activity: who sent the email sent, the date, the recipient name and email.
I have the form working and it displays the events, however, I do not want the 'additional functionality' the form table offers, i.e. the add button or the delete button for each row.
Is there a way to disable this functionality, or am I using the wrong form item to accomplish this?
Any feedback is appreciated. I thought this would be a simple setting.