gpt4 book ai didi

html - Contact Form 7 在第一次提交时不起作用,但在第二次按下 sumbit 按钮时它工作正常

转载 作者:行者123 更新时间:2023-12-05 07:23:39 24 4
gpt4 key购买 nike

Contact Form 7 - WordPress - Contact form 7 在第一次提交时不起作用,但当我第二次提交相同的表格时它工作正常。第一次出现的错误是“尝试发送您的消息时出错。请稍后重试。”

最佳答案

它似乎首先检查不可见的 recaptcha 并在成功时停止任何进一步的事件(即检查表单验证和提交)。

((null !== cf7SubmitElm) && (typeof jQuery != 'undefined')) ? jQuery(frm).submit() : HTMLFormElement.prototype.submit.call(frm);

to

((null !== cf7SubmitElm) && (typeof jQuery != 'undefined')) ? jQuery(cf7SubmitElm).trigger('click') : HTMLFormElement.prototype.submit.call(frm);

在文件/Applications/MAMP/htdocs/pakulska/wp-content/plugins/invisible-recaptcha/engine/PublicEngine.php 第 78 行附近。

关于html - Contact Form 7 在第一次提交时不起作用,但在第二次按下 sumbit 按钮时它工作正常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55853565/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com