带有 WordPress wp 邮件的联系表

发布于 2024-11-14 06:56:42 字数 569 浏览 3 评论 0原文

我想使用 wp_mail 函数中的构建在 WordPress 上构建一个简单的联系表单,无需插件。标准字段、电子邮件主题和消息。

需要以下功能:

  • Ajax 提交(很好有)(我使用 jQuery 框架)
  • 如果 Ajax 提交,则非 javascript 倒退。
  • 我将验证表单客户端, 但也想知道最好的 进行服务器端验证的方法,以及 在 Wordpress 上下文中传回消息。

实现这一目标的最佳实践是什么?任何指针或教程。我发现这个问题值得注意。

如果您认为我只是在重新发明轮子,请告诉我。我通常使用 Contact Form 7(插件),但对其繁重的 html 标记及其在每个页面上加载 JS 的方式感到厌倦。

谢谢!

I want to build a simple contact form, without plugins, on Wordpress using the build in wp_mail function. Standard fields, email subject and message.

The following features are required:

  • Ajax Submit (nice to have) (I use the jQuery framework)
  • If Ajax submit, a non javascript
    fallback.
  • I'll validate the form client side,
    but would also like to know the best
    way to do server side validation, and
    pass the message back, within the context of Wordpress.

What is the best practice to achieve this? Any pointers or tutorials. I found this question of note.

If you thinking I'm just reinventing the wheel let me know. I normally use Contact Form 7 (plugin) but am bored of its heavy html markup and the way it loads JS on everypage.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

征棹 2024-11-21 06:56:42

Contact Form 7 写得非常好,分解该代码的核心是获得指导和想法的好地方。

大多数时候,您可以删除其中的核心功能,然后创建一个更轻量级的前端来满足您的需求。

Contact Form 7 is written very well, and ripping apart the guts of that code is a great place to start for pointers and ideas.

Most of the time you could just strip out the core functionality there, and just create a more lightweight front end to suit your needs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文