Mailchimp drupal 7 成功消息

发布于 2024-10-29 05:09:15 字数 88 浏览 1 评论 0原文

您好,我已经成功实现了 mailchimp 表单,并且条目已发布到我的 mailchimp 列表中。

但是我无法向用户输出成功消息。我该怎么做呢?

Hi I've successfully implemented the mailchimp form and the entries are being posted to my mailchimp list.

However I'm not able to output a success message to the user. How do I go about doing this?

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

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

发布评论

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

评论(1

楠木可依 2024-11-05 05:09:15

drupal_set_message 函数允许您输出状态、警告和错误消息到页面。

虽然 Mailchimp 模块还没有正式发布,但您可能想考虑使用它,而不是开发您自己的 Mailchimp 集成模块。

The drupal_set_message function allows you to output status, warning, and error messages to a page.

Though there's not an official release of the Mailchimp module, you may want to look into using it, instead of developing your own Mailchimp integration module.

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