Trouble activating ''showmore/less'' button on text box

Hi all,

Need a bit of assistance finishing up a show more / less button for an expandable text field I am creating. I followed the tutorial , and the screenshots below of my code and what the preview looks like are attached.

I’m currently stuck with the box showing the short text, but the button is quite low. I would like to know how to move it up to below the heading “Rebuilding Lives Through Community Housing” (see attached). When I click the button it does not expand or collapse the text box. It is static. This needs to be fixed as well.

The yellow exclamation mark in coding for Row 13 says "Parameter event is never used’'. I am unsure how to fix this. Deleting the event copy from that code line does not fix the button issue of it being in the wrong place or it not expanding / collapsing the text box.

Any thoughts on how I can progress this? I just need the button to be below the heading, and for it to be expand and collapse the text field.

Thanks,

T

The box the text is inside (if not make one) needs to be collapse() to make the button move up and then expanded when you click Show More. Then the button will follow the text

Thanks Andreas. How do I collapse the box? The button doesn’t currently expand or collapse the box when I click on it either. I have followed the coding tutorial linked above as far as I can tell. Any thoughts on how to fix those two issues? Is there something I should change in the box properties in addition to the coding?