Hello fellow developers,
I am currently working on a project backed by octoberCMS. Everything seems great except the repeaters.
Has anyone tried this before? or is it even possible to do so?
Any answer for my 2 questions would be highly appreciated.
because your requirement is so specific so I think the best solution would be to create your own form widget for that.
you can see the how octobercms repeater widget is created over here \modules\backend\formwidgets\repeater
you can copy this widget and paste it into your manually created plugin and then change everything like namespace and widget name etc.. and make it to use the same way as actual repeater works.
and if you don't know how widget is created then first of all you should learn it from here https://octobercms.com/docs/backend/widgets#form-widgets