Florian Bauer
It is really weird, if I try this
{modalcontent mycontent1}
... your fully styled content...
{/modalcontent}
{modal group="test" content="mycontent1" title="Fully styled inline content"}A lot more inline content{/modal}
{modalcontent mycontent2}
... your fully styled content...
{/modalcontent}
{modal group="test" content="mycontent2" title="Fully styled inline content"}A lot more inline content{/modal}
I can navigate to the second modal, but the second modal shows only the title not the content...
What I want is a button that opens a modal and I can then skip through multiple content modals (these modals are not linked from a separate button, I only need one button to open the first and then navigate to the next within the modal.
do you have an idea how to achieve this?