There are many blocks on the page, in each of them the user fills in the fields. All this data is sent to one page. Question- To transfer the data to the page, do you need to wrap all 200 lines of html in a form or how?

    1 answer 1

    If on pure html, then wrap all input fields (input, textarea) in the form.

    • Well, not what, that inside it there will be many elements of the left? - Zow