HTMLSnippet with conditional visibility

0
I have different tabs created with a snippet that show me different content depending on which one I click (playing with visibilities). This is simple because I can use HTMLSnippet to assign a class to a tab so it displays the last one clicked. One of these contents are other tabs created with snippets, and I want to be able to do the same thing with HTMLSnippet as with the main tabs, but I can't because having these second tabs' visibilities configured (they depend on the main one selected) won't let me use the HTML Snippet, giving me this error:     That is, it's telling me that if I have visibilities, I can't use the HTMLSnippet. So, what's the solution for this? Thank you very much in advance.
asked
1 answers
0

Hi Fanny,

 

I managed to get this to work using the following hierarchy:

  • A Data View referencing the object whose property is used in the visibility settings.
    • A Container with the actual visibility settings
      • The HTML snippet and content.

Hope it works for you.

 

Joan.

answered