Quick question,
Is it possible to have a form submitted when a radio button is selected (without javascript)? Kind of like a quiz?
Essentially, I no longer want a ‘submit’ button. The user will input several fields, then choose a radio button to submit the form. Each radio button will have a value associated, which I will need to capture.
Ideas?
Short answer you cannot do it unless you use javascript.
Crazy answer yes you can. You can create radio-buton-like-looking images and use them as submit buttons to submit different forms. So you would be submitting the form when the user clicks submit button which looks like a radio button.