Embed an HTML <form> within a larger <form>?

前端 未结 9 1899
我寻月下人不归
我寻月下人不归 2020-12-06 03:46

I want to have an HTML form embedded in another form like so:

9条回答
  •  孤城傲影
    2020-12-06 04:27

    quite late but you can do this:

      
      

    The "form" element within the input tag has been added to get around the inability to nest forms.

提交回复
热议问题