Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Checkbox with link which make appear a paragraph in a form Re: Checkbox with link which make appear a paragraph in a form

#134911
CrocoDillon
Participant

Easiest way is to append this to your JS: `window.onload = ocultartexto;`

By the way you have a parameter in that function you aren’t using, might as well remove it.

`if(conformidad.checked==true)` => `if(conformidad.checked)`