Repeater Field In frontend Input Form

I need solution for this https://talk.octobercms.com/t/create-form-from-frontend/726?u=logendher I think Repeater Field will help me in this but the issue is I have to do it from Frontend. Can anybody help me to fix this issue

The repeater will save its value as an array, and the array can be accessed on the front end using Twig.

Hi @daft Thanks for your reply. I got it now I have to save the data from Front end to database or model.

I think 2 ways

  1. Create a Frontend Form with Repeater and Save
  2. Create a Input box and Save it in the Database as an array

Can you help me out in this…