是否可以使用 ajaxify drupal 多步表单?

发布于 2024-09-26 11:02:04 字数 72 浏览 5 评论 0原文

似乎很难ajaxify drupal多步表单(加载下一步而不刷新页面)。我用谷歌搜索但没有找到任何解决方案。 有人知道该怎么做吗?

It seems to be difficult to ajaxify a drupal multistep form(loading next step without page refresh).I googled it but I didn't find any solution.
Does anybody know how to do it?

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

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

发布评论

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

评论(1

溺深海 2024-10-03 11:02:04

在最近的一个项目中,我使用 ctools 向导来获取多步骤表单,我发现这是制作多步骤表单的非常好的方法。该向导还支持使用ajax 加载页面。

我在这里找到了教程: http:// /www.nicklewis.org/using-chaos-tools-form-wizard-build-multistep-forms-drupal-6 当我这样做时非常有用。如果你设置 'ajax' => $form_info 中为 TRUE 那么你就应该开始了。

使用缓存(他们对袋熊的命名)来存储您在表单中移动时各个步骤的结果,然后在最后对它们执行一些操作。

Ctools链接:http://drupal.org/project/ctools

In a recent project I use ctools wizard to get a multi-step form, which I found to be a really good way of making a multi-step form. This wizard also supports using ajax to load the pages.

I found the tutorial here: http://www.nicklewis.org/using-chaos-tools-form-wizard-build-multistep-forms-drupal-6 pretty useful when I was doing it. If you set 'ajax' => TRUE in the $form_info then you should get going.

Use the cache (what they are naming the wombat) to store the results from the various steps as you move through the form and then do something with them at the end.

Ctools link: http://drupal.org/project/ctools

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