您能为联系表单 7 添加验证后 javascript 回调吗?

发布于 2024-12-06 05:43:05 字数 117 浏览 1 评论 0原文

提交表单后,如果用户未能输入必填字段,我想添加其他 javascript 功能,但在验证/发布表单后无法弄清楚在哪里添加我自己的自定义回调。

在不破解模块的情况下这可能吗?

谢谢, 格雷格

After the form is submitted if the user failed to enter the required fields I want to add additional javascript goodies, but can't figure out where to add my own custom callback after the form has been validated/posted.

Is this possible without hacking the module?

Thanks,
Greg

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

知足的幸福 2024-12-13 05:43:05

该插件似乎使用 JavaScript 验证,因此您可以通过挂钩提交事件(例如)来添加自己的自定义 JavaScript 验证。由于这是 JavaScript,因此您不会破解该模块

我建议使用 Firebug 或其他一些 DOM 检查器来确定绑定事件的最佳位置。

另外,请查看插件文档。还有一个论坛可以提供更具体的帮助。

This plugin seems to use JavaScript validation, so you could add your own custom JavaScript validation by hooking into the submit event (for example). Since this is JavaScript, you won't be hacking the module.

I suggest using Firebug, or some other DOM inspector, to determine the best place to bind your events.

Also, check out the plugin docs. There is also a forum which may provide more specific help.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文