当有人提交表单而不更改URL时,我如何传递变量?

时间:2018-06-03 16:11:35

标签: django

当有人提交表单而不更改URL时,我试图传入一个变量。

示例(views.py):

if request.method == "POST":
   # set a variable value 

示例(index.html):

# form here
# when the user clicks submit a modal comes up, I want it to show the variable value in the body

谢谢,

卡梅伦。

1 个答案:

答案 0 :(得分:0)

请尝试使用JS的ajax方法。