I've got an HTML email form, and I want to be able to send myself an email with the form data. Here are my current problems:
How do I extract the data from the form once it's submitted and get it into Python? How do I link my Python script to my HTML page?
If those aren't possible, how would I extract the data from the form into some kind of file? If this is done in some other language like Javascript, that's fine, just please show how in your answer.