Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Forms 联系表格7不会通过电子邮件向我提交意见_Forms_Wordpress_Contact Form 7 - Fatal编程技术网

Forms 联系表格7不会通过电子邮件向我提交意见

Forms 联系表格7不会通过电子邮件向我提交意见,forms,wordpress,contact-form-7,Forms,Wordpress,Contact Form 7,因此,我试图使我的联系人7表功能正常,但由于某些原因,我没有收到电子邮件,即使联系人表成功接受提交。谁能告诉我我做错了什么 这是表格的代码 <section class="form-container"> <div class="row"> <div class="eight col center"> <div class="text-center"> <

因此,我试图使我的联系人7表功能正常,但由于某些原因,我没有收到电子邮件,即使联系人表成功接受提交。谁能告诉我我做错了什么

这是表格的代码

<section class="form-container">
        <div class="row">
            <div class="eight col center">
            <div class="text-center">
            <h3 class="h2">Get in touch with us, any time of the day!</h3>
            <p>We're always on the hunt for new, creative projects. If you want to talk about the ideas for your business, or if you just want to visit us and say hello, don't hesitate to send us a message via the form below.</p>
</div>
<div  class="form c-form">
<fieldset>
[text* your-name placeholder "Your Name"]
[email* your-email placeholder "Email"]
[text* text-909 4/ placeholder "3 + 1 ="]
[textarea your-message placeholder "Type your message here"]<div class="text-center">
[submit class:submit class:btn class:color value "Send Message"]
</div>
</fieldset>
</div>
</div>
</div>
</section>

随时与我们联系!
我们总是在寻找新的、有创意的项目。如果您想谈论您的业务想法,或者您只是想访问我们并打招呼,请不要犹豫,通过下面的表格向我们发送消息

[文本*您的姓名占位符“您的姓名”] [电子邮件*您的电子邮件占位符“电子邮件”] [text*text-909 4/占位符“3+1=“] [文本区域您的信息占位符“在此处键入您的信息”] [提交类:提交类:btn类:颜色值“发送消息”]
以下是我设置的电子邮件模板:

发件人:[您的姓名] 主题:[你的主题]

消息正文: [你的留言]

--
此电子邮件是通过Wavey Media Group()上的联系人表单发送的。

您可能需要在theme的header.php或wp-config.php文件中设置SMTP端口和主机