Hi folks,
I'm afraid I'm pretty new to javascript, so I apologize in advance for my inexperience. I am trying to do a simple thing:
I have a page with three items that I want the user to agree to (a beta signup agreement).
I want them to have to check off all three boxes before the "continue" button becomes active.
I've searched and searched and found a few tutorials, but they only seem to get me halfway and then drop me off a cliff...
I don't need this to be a submit form or anything, just click the three boxes and then you can hit the "continue" button.
Thank you for your help!