使用 ajax 的 Drupal 联系表

发布于 2024-12-16 11:07:36 字数 86 浏览 2 评论 0原文

我需要通过 ajax 发送联系表单,然后显示弹出消息。

例如,如果我将表单 POST 数据发送到某个 url,它应该响应“OK”或“FAIL”

I need to send my contact form via ajax and then show pop-up message.

For example if I'll send form POST data to some url it should response with "OK" or "FAIL"

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

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

发布评论

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

评论(3

月亮邮递员 2024-12-23 11:07:36

Drupal 6

有一个用于ajax提交的模块

http://drupal.org/project/ajaxsubmit

$form['#ajaxsubmit'] = TRUE;

这会将您的表单行为更改为 ajax。

Drupal 7核心集成了它。

Drupal 6

A module is there for ajax submition

http://drupal.org/project/ajaxsubmit

$form['#ajaxsubmit'] = TRUE;

That will change your form behavior to ajax.

Drupal 7 core integrated it.

第几種人 2024-12-23 11:07:36

使用JQuery Form插件,实现起来非常简单实用:http://jquery.malsup。 com/form/#getting-started

Use the JQuery Form plugin, it's very easy and practical to implement: http://jquery.malsup.com/form/#getting-started

风情万种。 2024-12-23 11:07:36

您可以使用ajax模块(http://drupal.org/project/ajax)来ajax化您的表单,显示弹出窗口,使用像bettermessages这样的模块,或者咆哮或类似的东西。
约书亚

you can use the ajax module(http://drupal.org/project/ajax) to ajaxify your form, to show the popup, use a module like bettermessages, or growl or something of the sort.
Joshua

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