When the logged in user clicks on Action item 1, the corresponding description and video should be displayed in the sections next to it. I was wondering how establish this connection and display the related content?
Assuming that the action list on the left is a list of Action Items in your database… Then, first, you should use a radio button element instead of check boxes so that the user can select one option at a time. The radio button would be set up as dynamic options: Search for Action Items.
Your Action Item should be structured with at least the following:
Action Item
name (text)
description (text)
video (either a file if you want to display it in an HTML element or a text for a video ID if you want to use YouTube or Vimeo)
Your description box would be set to “radio button value’s description”. And let’s say your video is hosted on Vimeo, the video element’s ID would be "radio button value’s video:slight_smile: