Simple Form Submit Python October 15, 2022 Post a Comment I have simple python app which gets name and phone from html form submit using post method. I have this in my index.html: Solution 1: The issue is that you haven't imported request. Like this: from flask import Flask, request Copy Solution 2: All variables that you put in a route you have to make sure that they are imported at the top of your flask route page. Baca JugaFlask Import Error With Request ModuleUsing Pg_restore On Dump FileWhat Is Pythononic Way Of Slicing A Set? Share You may like these postsFlask Argument Of Type '_RequestGlobals' Is Not IterableFlask URL Parameters With % Are Not Properly HandledIs It Possible To Change `template_folder` After Initialisation?How Can I Pass JSON Of Flask To Javascript Post a Comment for "Simple Form Submit Python"
Post a Comment for "Simple Form Submit Python"