Wordpress 中的联系表单 7 发生错误
我已在我的 Wordpress 页面上安装了插件 Contact Form 7,并将短代码放入 index.php
中。
<?php echo do_shortcode( '[contact-form 1 "Kontaktformulär 1"]' ); ?>
它按预期显示,但当我要使用它时,它不起作用。我收到一条错误消息:
“发生错误,请稍后重试”
有人知道可能出了什么问题吗?我使用的是最新版本的 Wordpress 和联系表单 7
I've installed the plugin Contact Form 7 on my Wordpress page and put the short code in the index.php
.
<?php echo do_shortcode( '[contact-form 1 "Kontaktformulär 1"]' ); ?>
It shows up as it should but when I'm gonna use it, it doesn't work. I get an error message saying:
"An error has occured, please try again later"
Anyone knows what can be wrong? I'm using the latest version of Wordpress and Contact Form 7
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简单的。请参阅此联系表单 7 常见问题解答
Easy. See this Contact Form 7 FAQ
我有一些故障排除技巧,您可以尝试一下。
尝试禁用您安装的其他插件。 :-)
I've got some troubleshooting tip you can try.
Try disabling other plug-ins you've installed. :-)