HTML checkbox & Submit Button by Agreeing on Terms and Condition

I'm designing an html page for WiFi authentication and I would like to introduce in this page a Checkbox and Submit button, upon reading the Terms and Condition and Checking the CheckBox, the Submit button will be active. Is this doable? thanks,

asked Feb 3, 2014 at 9:33 user3239387 user3239387 53 1 1 gold badge 1 1 silver badge 4 4 bronze badges Of Course its Doable .. Look into Javascript ..
stackoverflow.com/questions/8394562/… Commented Feb 3, 2014 at 9:38

Are you using any JS framework ? Anyway I think you shoud search google for this and found millions of answers ^^

Commented Feb 3, 2014 at 9:39 Hello, not I'm not using any JS.. it's only html code Commented Feb 3, 2014 at 9:41 The link you provided it doesn't work. nothing it shows in the HTML page :) Commented Feb 3, 2014 at 9:44 I have tried all of this, non of them are working:( Commented Feb 3, 2014 at 9:49

1 Answer 1

      I Agree Terms & Conditions 
166 5 5 bronze badges
answered Feb 3, 2014 at 9:56
Butchi Reddy Velagala Butchi Reddy Velagala
854 1 1 gold badge 9 9 silver badges 17 17 bronze badges

Thank you very much for your fast response, yes this is what I'm intended to do.. highly appreciated your efforts.

Commented Feb 3, 2014 at 10:02

Hello, I have noticed the button is enabled as soon as the page loaded. it will be disabled only upon clicking/activating the CheckBox.

Commented Feb 3, 2014 at 10:23 So you want the checkbox will be checked when the page is loaded. right? Commented Feb 3, 2014 at 10:30

when the page is loaded the checkbox should be unchecked and the submit button should be disabled as well. do you want me to share the whole code with you?