Hi,
I'm trying to pass form values to my python script that's on the server. I don't have to return anything to the user. Just send the client side values. My page is a simple HTML page and on the click on button, a javascript function is called. This function should also be able to call the python with the form values. Thanks for reading and I appreciate your time and help.
regards PV