Hey
I am trying to get a form to work where the user has to check a check box and press submit and everything. I have that part working. I need help to once the button is click to show other content on the same page otherwise it hides it until they check and press the button.
Thanks
Show content after button is pressed and chk box is checked
Moderator: General Moderators
Re: Show content after button is pressed and chk box is checked
Hi,
Sounds like what you're actually after is a JavaScript function that can show content when the button is clicked.
Try googling for something like "show or hide div javascript" - there are plenty of examples on how to do this, usually by manipulating the display CSS property.
Cheers,
Dave.
Sounds like what you're actually after is a JavaScript function that can show content when the button is clicked.
Try googling for something like "show or hide div javascript" - there are plenty of examples on how to do this, usually by manipulating the display CSS property.
Cheers,
Dave.