admin管理员组文章数量:1429562
I would like to run a confirmation e-mail on Contact Form 7
What I want is: Once a form has been submitted, the visitor who sent the form must confirm it by going to the email address. A confirmation link is sent to the e-mail address. And after confirming, the message reaches. Also, after you submit the form, the user will be shown the information text on the form to check the email address.
How can I do this?
I would like to run a confirmation e-mail on Contact Form 7
What I want is: Once a form has been submitted, the visitor who sent the form must confirm it by going to the email address. A confirmation link is sent to the e-mail address. And after confirming, the message reaches. Also, after you submit the form, the user will be shown the information text on the form to check the email address.
How can I do this?
Share Improve this question asked Apr 29, 2019 at 16:45 A. MullerA. Muller 439 bronze badges 3- You'll need to check with the plugin developers directly. – WebElaine Commented Apr 29, 2019 at 18:31
- Thank you. I don't quite understand what you mean. – A. Muller Commented Apr 29, 2019 at 19:50
- 1 Contact Form 7 is a plugin for WordPress. You'll need to ask the people who made that plugin. :) contactform7/support – WebElaine Commented Apr 29, 2019 at 20:01
1 Answer
Reset to default 1You need to take a look at the hooks of the Contact Form 7 plugin website. Browse the documentation for the actions you need.
Have a look at this topic: how-to-hook-into-contact-form-7-before-send
All you need to do is to add your link with the hash into the e-mail. In addition, also have a look at "wp_mail()". That is the mechanism which triggers an e-mail.
So, catch the e-mail before it is being sent, add your link to it, then trigger the actual mail.
I know, this isn't a complete answer, but adding your own work to it should get you in the right direction.
本文标签: How to Send Confirmation Emails to Users after Form Submission
版权声明:本文标题:How to Send Confirmation Emails to Users after Form Submission? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745540357a2662464.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论