Phoenix.Html.Form Question. How to use "array names" for example name[] for input name

Pass the name option to the functions, for example: text_input f, :input1, name: "input1[]". Not sure if that’s exactly the option but it something along the lines above.