How To Redirecting Page After Post Submit Form? May 19, 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 postsEfficiently Detect If A Device Will Play Silent Videos That Have The Autoplay AttributeHow To Not Pass Empty Input Fields In HTML FormAccessing CDN Using Https From A Website Running In HttpChanging The Background Color Of An Event In Full Calendar With Right Click - NOT WORKING Post a Comment for "How To Redirecting Page After Post Submit Form?"
Post a Comment for "How To Redirecting Page After Post Submit Form?"