I have a repeating section. Each section has a title at the top, which is really just an input field, and below that it contains a lot of information. I'd like to set up the title as a button, or put a button next to the title, that will toggle between displaying and hiding the information below the title, which is the rest of the repeating section. By collapsible, I mean this: <a href="https://www.w3schools.com/howto/howto_js_collapsible.asp" rel="nofollow">https://www.w3schools.com/howto/howto_js_collapsible.asp</a> From what I've found, the collapsible sections use javascript to function. This makes sense. I'm just not sure how to modify the javascript collapsible logic to handle each of the repeating sections. I do think this is possible, but if I'm asking for the moon here, I'll understand. Thanks for reading.