Question: An easy HTML/PYTHON CGI I'm extremely new to HTML and I'm starting python again after a few years abscence. Here is my current HTML code:
An easy HTML/PYTHON CGI
I'm extremely new to HTML and I'm starting python again after a few years abscence.
Here is my current HTML code:

What I'm trying to do is simply take a user input and whatever cipher command they choose (ex. make it all upper case/lowercase, reverse order, dummy, etc.), and then print back onto the website. As you can see I'm sending the user information into do_cipher.cgi, where they are asking for two functions; user_input and cipher_selected. The actual python code where I manipulate the text is not what I'm concerned about, I can easily figure that out. I need help on how to start writing this code. I don't know how to take the data from my HTML and send it to my do_cipher.cgi and then back to the HTML. If somebody could provide a way to start and go about this that would be helpful. Also the current HTML is not set in stone, it can be easily editted incase there needs to be some changes there. Thank you.
DOCTYPE html> body Enter some text and use a cipher
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
