I have a form in a html file. The form, when submitted, runs a python code via a Apache 2 server. But when I click the submit on the form, the webpage itself gets redirected to the python file and tries to display the python file. Can I void that and only have the python code do its thing in the background while the web browser still displays the html page I started with?