Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Javascript 通过一个提交按钮触发两个单独的表单。
一种形式是 Freeform 形式,另一种是 Safecracker 形式。
它工作正常,但有更好的方法吗?
如果不使用 javascript,HTML 无法同时提交两个表单。所以是的,这可能是最好的方法。
您唯一的其他选择是编写一个接受表单输入的 EE PHP 模块,然后将其发送到 Freeform 和 Safecracker。不过,这可能比它的价值要麻烦得多。