Repeater add new item

I'm implementer a repeater on an HasMany Relation.
And I want the repeater to have the existing items disabled.
But when clicking the "add new" action, to show a new editable item with the submit (save) button.

Is this possible with the repeater?
If not, I will just implement a custom view.

So right now my 2 problems are:
  • disabling edit for existing items
  • add a submit button to the new item form (when clicking the "add new" action
Was this page helpful?