Open the field of a list directly from a URL link

Hello everyone, I use Blocks for iPad (Version 45). And I would like to display the content of a list (Structure > Tabbed content) directly from a URL link.

I tried with the # bar or content, but by default the page always displays the first content of the list, but I would like to display the content of list 2 or 3 via a URL link. Has anyone been able to do this before? And if so, how?

Thanks !

Hi,

It’s not so straight forward, as the correct tab will need to be set as active and then you can scroll to the target on page load.

This requires a coded solution. And a couple of ways to achieve it using either URL parameters and JavaScript on the page in question or setting session storage flags. URL parameters allows you to link from an external site which can be more flexible.

I did create some code for this very thing a long time ago, but it’s too outdated to work now. But it’s very possible to do.

1 Like