My question is this: Look at the following form fields:
input type="radio" name="pagto" value="A"
input type="radio" name="pagto" value="B"
input type="radio" name="pagto" value="C"
input type="radio" name="pagto" value="D"
Note that the "name" is the same and the variable is in "value", by default.
What I need: When you click on a radio, the form submission is already happening. I do not want to use the "submit" button, I want the submission to be at the moment of clicking the radio and that ALL fields of the form are sent.