I have an html form containing a group of radio buttons.
When one of them is selected, the attribute of the form "action" must be executed, as well as the method "get".
But the problem is that the radio button selection is not recognized as an event!
and if I changed the radio buttons for sending, pressing the submit button would be recognized as an event and the action would take place, do you have any ideas why?
source
share