This is probably a simple problem, so if anyone has done this before, I would appreciate any help!
Background
I have a list of FAQ questions. when a user clicks on a question, I want it to expand and show the answer under the question.
Problem:
When a question is expanded, any questions under should be pushed down.
What I’ve tried so far:
I’ve tried putting the text into a group and tick the “collapse when hidden” box - it didn’t work. I think it’s because the position of the group is relative to the page or a group within the page instead of being positioned relative to the group above it.
Are you using a column layout and hiding/showing the text? Because if you tick the “collapse when hidden” button, it would work. Sharing the editor or screenshots of the settings here will be useful so that we can see what you have missed out.
Let’s say that next to every collapsible questions, I wanted to add an icon that:
Changes depending on the state of the answer
Aligns with the question is pushed.
The idea is to add a + and - button, for example (or arrows) that help the user understand that the item can be expanded, and change depending on whether the item is open or close.