How To Redirecting Page After Post Submit Form? February 28, 2024 Post a Comment I have a submit form look like this : Add Node Node ID Solution 1: use the redirect function from: import this in your views from django.shortucts import redirect Copy after that use it after you saved your value like this: return redirect(<your views function to were you went to send>) Copy Share You may like these postsUncaught Typeerror: $(...).value Is Not A Function When Trying To Send A Value Via JqueryNeed To Display Image In Aspx Page That Has Long UrlHow Can I Do A File Upload And Return Results To The Same Page?Passing String Variable With Spaces Post a Comment for "How To Redirecting Page After Post Submit Form?"
Post a Comment for "How To Redirecting Page After Post Submit Form?"