Multi State box button issue

I’m using the multi state box to make a day to day agenda. I have the top buttons acting as tabs so the user can toggle to the respective days activities.

#button2 = Thursday (July30 state)
#button3 = Friday (July31 state)

For some reason the transition works for only Friday but when I try to click back to Thursday nothing happens. Any guidance is very much appreciated.

Hi,

This may be happening because there aren’t click events set up though the properties panel. I would like to take a deeper look into this so we can better assist you on this issue.
Please send us the site URL so we investigate why this is happening a bit more.

Thank you, we await your reply.
Edward

Thanks for the response Edward, the URL of the site is below:
https://eventstrategygroup.wixsite.com/tahoe

Hi,

I was able to see why the multi state box wasn’t changing when you clicked back into Thursday or Saturday.
The reason why this was happening is because you haven’t set up the onClick methods for the buttons within the July 31st state and Aug 1st state.

Keep in mind that when you change the date of your multi state box, there are different button IDs within that specific box state and will need to have an onClick method set up for each one.

In this case, you still need to create an onClick method for:
#button77 (within July 30th)
#button5 (within July 31st)
#button7 (within July 31st)
#button13 (within Aug 1st)
#button14 (within July 1st)

Setting the onClick method for these buttons will ensure that the state (date) will change and show the correct corresponding data that you enter in each state.

Best regards,
Edward