简体   繁体   English

联系表格7不适用于Wordpress弹出插件

[英]Contact form 7 not working with wordpress pop up plugin

I have added a pop up plugin in my WordPress website called https://wordpress.org/plugins/wordpress-popup/ it's showing perfectly on the specific page I have selected.In the pop up there are three fields "Name,Email and Phone number" 我在我的WordPress网站上添加了一个名为https://wordpress.org/plugins/wordpress-popup/的弹出式插件,该插件可以完美显示在所选的特定页面上。在弹出的三个字段中,“名称,电子邮件和电话号码”

when I submitted then I don't receive any email in my inbox.where is the problem.I have used contact form 7 and created the contact form specially for the pop up and paste the contact form Shortcode in the pop up field. 当我提交时,我的收件箱中没有收到任何电子邮件。问题出在哪里。我使用了联系表单7,专门为弹出创建了联系表单,并将联系表单短代码粘贴到了弹出字段中。

How I will be able to receive email form the pop up? 我如何能够从弹出窗口接收电子邮件?

Please help me. 请帮我。

Best Regards, 最好的祝福,

Wasim Rana. Wasim Rana。

Another Solution : 另一个解决方案:

*Assuming that you will not use https://wordpress.org/plugins/wordpress-popup/ *假设您不会使用https://wordpress.org/plugins/wordpress-popup/

1) Download & install http://wordpress.org/plugins/easy-fancybox/ 1)下载并安装http://wordpress.org/plugins/easy-fancybox/

2) Shortcode from Contact Form 7 for example : 2)例如,联系表7中的简码:

 [contact-form-7 id="01" title="Contact form 1"]

3) Paste on your page : 3)粘贴到您的页面上:

<a href="#contact_form_pop" class="fancybox">Contact Us</a>
<div style="display:none" class="fancybox-hidden">
<div id="contact_form_pop">
         [contact-form-7 id="01" title="Contact form 1"]</div>
</div>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM