I created Form using html and css. I created python program that saves the data from user input. BUT I want to execute python program by clicking the button below the form on webpage. But I don't want to develop the design of form using python but with html and css, and I want to use python for data saving only by clicking the form button
I tried due to saving the data from user input was easier in python and I don't know to execute python by clicking button on web