0👍
✅
Try this
var r=confirm("Press a button");
if (r==true)
{
//Form is on another page so
window.location="your_url_withquerystring"
}
else
{
}
- [Answer]-Using a form wizard as Signup form django allauth
- [Answer]-Pass variable through url to view
Source:stackexchange.com