Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 django 中,有没有办法让用户保持在表单向导的阶段,直到他们准备好?
如果用户单击“是”,则保存该阶段的当前内容,清除该阶段等等。
您可以使用 javascript 来控制表单验证、提交、工作流等。我不完全确定您想要什么,但如果您需要更精确地控制客户端交互,您几乎肯定需要使用 javascript。