So I have a link on a page that if clicked should enable another form or section further down the page, and if unchecked, hides it.
The ideal is that if it shows it, the auto-layout adjust the page and vice versa.
In CSS it would mimic a div that is set to display: none; and the click turns it to display: block;
Is there something in the works for this or a workaround through a plugin?