1👍
Forms don’t redirect to anything. It’s the view’s responsibility to do the redirect.
You need two views, with two URLs; when the first form submission is successful, the view should redirect to the second URL.
Source:stackexchange.com
1👍
Forms don’t redirect to anything. It’s the view’s responsibility to do the redirect.
You need two views, with two URLs; when the first form submission is successful, the view should redirect to the second URL.