View Single Post
Old 12-04-2012, 08:14 AM   PM User | #9
jquerynewbie
New to the CF scene

 
Join Date: Nov 2012
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
jquerynewbie is an unknown quantity at this point
What changed in that fiddle?
The radio boxes aren't working so I fixed them.

The functionality of the form fields requiring text still doesn't work 100%, if you write something in all 3 fields, it enables the button and then delete the text from one of them, it still keeps the continue button enabled.

But the button code doesn't work now. If you click the button when it's enabled, it doesn't hide/show the elements.
Code:
<button id='stage1'            onclick="hide('foo');show('bar');update();">Continue</button>
Sorry if I'm not being clear. I'll have a closer look tonight.
jquerynewbie is offline   Reply With Quote