Is it valid to have a html form inside another html form?

前端 未结 14 1788
故里飘歌
故里飘歌 2020-11-22 06:01

Is it valid html to have the following:

14条回答
  •  情歌与酒
    2020-11-22 07:00

    No, it is not valid. But a "solution" can be creating a modal window outside of form "a" containing the form "b".

    
    
    
    Open modal b

    It can be easily done if you are using bootstrap or materialize css. I'm doing this to avoid using iframe.

提交回复
热议问题