How To Redirecting Page After Post Submit Form? December 25, 2023 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 postsDetect Cancelled Form Post With JavascriptRails 5: Nested Forms And Existing Associated ObjectsUserscript For Creating A Confirmation Popup Whenever Submitting An Issue Or Posting A Comment Via Pressing Ctrl+enter(the Built-in Hotkey) In GithubAngular2 Template Driven Sub Form Component With Validation Post a Comment for "How To Redirecting Page After Post Submit Form?"
Post a Comment for "How To Redirecting Page After Post Submit Form?"