-2
Talk personal, all right? is the following, I have two Forms for registration, but I just want the second to appear when it is clicked next, in the first form I put via css a visibility= Visible and in the second form a visibility = Hidden, and in the javascript when I click next I change the values of the visibility, but only works for the first form, it changes to Hidden but the second does not change to Visible and presents this error : Uncaught Typeerror: Cannot read Property 'style' of null
Follows prints:
HTML:
JS :
I’ll be grateful for your help!!
Please click on [Edit] and put the code as text. Putting it as an image is not ideal, understand the reasons reading the FAQ.
– hkotsubo
Anyway,
cadastro2
is a class and not an id, sogetElementById
does not find the element– hkotsubo
thank you!!!!!!!
– caio