Multistate Boxes

I have set up a multistate box for the purpose of expandable text, with it expanding and collapsing perfectly. I have then duplicated the multistate box, and have renamed all required elements so the State ID and ID match the coding, but it doesnt work. Will the first multistate box have something to do with this? I am new to coding, so please bare me.

From my attachment, step 9 onwards is in regards to the second multistate box ‘workshops for reviewers’

Could you console.log and check the current state of the multi state box ,
This will help you with two things

It would check wether the onClick is attached properly or not

And give you the current state

If the initial state of multibox is expanded then nothing would change, I suspect thats the issue

so below line 2 add this line of code
console.log($w (“#ReadMoreStateBox”). currentState.id) ;