<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi All,</div>
<div><br>
</div>
<div>Wanted to know if there is a way to change the success_url attribute in my view (inheriting from forms.ModalFormView) based on a specific user input, selected on the corresponding form ?</div>
<div><br>
</div>
<div>Using my new view, user will be displayed a form(inheriting from forms.SelfHandlingForm) with a drop down list. The user selects a value in the drop down list which can be known in the handle() of that form. Depending on what user selected, how can I change
the 'success_url' attribute of my view to take him to different urls depending on the input selected. Is it possible to change the 'success_url' from the forms handle() func ?</div>
<div><br>
</div>
<div>Any help is much appreciated. Thanks for your time.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Chinmay Naik </div>
</body>
</html>