我想在表單內發送表單,但是當我在表單中提交表單時,現在所有表單都已提交。 它甚至可以做到這一點?裏面的表單提交表單?
<form name="add_foobar_form" novalidate ng-submit="addFoobar(foobar)">
<form name="send_contact_form" novalidate ng-submit="sendContact(hello)">
<input type="text" ng-model="hello.bye">
<input type="submit" value="sendmall">
</form>
<input type="text" ng-model="foobar.go">
<input type="submit" value="sendall">
</form>
這是內部形狀http://stackoverflow.com/questions/379610/can-you-nest-html-forms最好不要嵌套表格 可以嘗試提交按鈕的形式標籤http://www.w3schools.com/tags/att_button_form.asp – Grievoushead