disable/enable submit

Enable a submit button only after selecting a radio button.

Overview

The submit button is active by default, allowing form submission before a required radio button choice is made.
Use JavaScript to initially disable the submit button when the form loads, then enable it only after a radio button option is selected.

Answered
ka kalkal 02 Apr, 2014
Hi,
how can i connect the submit button with a radiobox element in form so that will be enabled only when there is a choice in radiobox?
Thanks
Gr GreyHead 03 Apr, 2014
Answer
Hi kalkal,

You can use JavaScript to disable the Submit button when the form loads and disable it again when the radio button is checked.

Bob
This topic is locked and no more replies can be posted.