I need to have a button that collapses a set of fields. (I'd love to use the built in collapsible region, but I have to use a theme/style that is preset to have a header band for each region. That is consuming too much space on the page.)
Instead, if I simply add a button to the page and add the additional fields below it, how can I set up that button as a toggle to both hide and show those 6 extra fields?
Using one button, there is no true false. Every example I've found has a true statement (for instance, showing fields if someone selects a particular item from a list and false if any other item in the list is selected).
I appreciate any pointers. Thx!