---
order: 8
title:
zh-CN: 多表单联动
en-US: Control between forms
---
## zh-CN
本例子中,Modal 的确认按钮在 Form 之外,通过 `form.submit` 方法调用表单提交功能。反之,则推荐使用 `` 调用 web 原生提交逻辑。
## en-US
In this case, submit button is in the Modal which is out of Form. You can use `form.submit` to submit form. Besides, we recommend native `` to submit a form.