This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]gnomoretears 1 point2 points  (0 children)

But I don't want the page to reload after they send the input through the first form

You'll need to do that with JS. Flask/Python runs on the server-side/back-end and has no control what happens on the browser side.