Can you nest html forms?

前端 未结 20 3116
悲&欢浪女
悲&欢浪女 2020-11-21 04:56

Is it possible to nest html forms like this

so

20条回答
  •  独厮守ぢ
    2020-11-21 05:20

    A simple workaround is to use a iframe to hold the "nested" form. Visually the form is nested but on the code side its in a separate html file altogether.

提交回复
热议问题