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

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

Is it valid html to have the following:

14条回答
  •  南方客
    南方客 (楼主)
    2020-11-22 06:55

    If you need your form to submit/commit data to a 1:M relational database, I would recommend creating an "after insert" DB trigger on table A that will insert the necessary data for table B.

提交回复
热议问题