在 django 中,有没有办法让用户保持在向导的阶段,直到他们准备好继续前进?

发布于 2024-11-15 20:06:33 字数 155 浏览 1 评论 0原文

在 django 中,有没有办法让用户保持在表单向导的阶段,直到他们准备好为止?

类似这样的东西。

如果用户单击“是”,则会保存该阶段的当前内容,清除该阶段等在。

In django, is there a way to keep users on a stage of a forms wizard until they're ready?

Something like this.

Where if a user clicks on yes, the current contents of that stage are saved, the stage cleared and so on.

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

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

发布评论

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

评论(1

早乙女 2024-11-22 20:06:33

您可以使用 javascript 来控制表单验证、提交、工作流程等。我不完全确定您想要什么,但如果您需要更精确地控制客户端交互,您几乎肯定需要使用 javascript。

You can use javascript to control form validation, submission, workflow, etc. I'm not entirely sure what you want, but if you need more precise control over the client-side interaction you'll almost certainly need to use javascript.

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