Dropdown style text

Sorry for the title, I’m not really sure how we name that feature.

I want my text in different sections that would be hide until you click on the title of the section. Like that:

Right now, it looks like that:

It doesn’t work because if somebody clicks on the checkbox (making it ‘true’), it will be true for everybody.

App’s URL : https://animalt2.glideapp.io/

1 Like

Hey there,

Using Rich Text (and by closing the brackets), try:

< details>
< summary>
Notes:
< /summary>

  • Friends to visit:
    • Jake
    • Mo
    • Joe
    • Randy
      < /details>

Hope this helps!

2 Likes

Nice! For a temporary situation (design), it works well :slight_smile:

Awesome! Hopefully this workaround won’t be needed for much longer.