I have a simple poll I’m wanting to display on almost every page of my website shown below (needs some further CSS but you get the idea).
It also has a hidden, administrative text field that preopulates the feedback location so I can spread the form all over my site and keep track of what the feedback is referring to.
I’d like to remove the Submit button (which I could always hide with CSS) and have the form submitted when a user clicks on one of the radio buttons (thumbs up/down icons).
I know nothing of Javascript presently, so can you steer me in the right direction?