I am using flask for I website project and vould like to simply send a text (or just a string) from HTML to python. I want to do this using python and html only - no Java Script if possible. I found a lot of simmilar questions here on stackoverflow but most of them were based on python to html or html to python using JS. Any ideas ?