Can you have a single logical <form> split across multiple
s?

后端 未结 4 610
Happy的楠姐
Happy的楠姐 2021-01-01 18:34

In my existing web page layout, which involves multiple files, one specifying the high-level layout, there are two elements, one for a left column, and one for a right colu

4条回答
  •  清歌不尽
    2021-01-01 19:07

    The only way to submit both forms is to wrap both

    s within a single
    tag. Or, you can use jQuery/JavaScript to aggregate the data and submit them together as one submission.

提交回复
热议问题