Hi there! I have a page with a bunch of expandable sections, is there a way to load the page and select any one of the expandable sections to open automatically (i.e. not necessarily the first one) - I would like to select which of the expandable sections open depending the link the user clicks to load the page
Linking to a Tab/Toggle Element is possible however we don't have an option to add an ID to the Tab/Toggle Element instead the Row in which the Tab/Toggle Element is added is used to link to the Particular Section.
Hi there! I have a page with a bunch of expandable sections, is there a way to load the page and select any one of the expandable sections to open automatically (i.e. not necessarily the first one) - I would like to select which of the expandable sections open depending the link the user clicks to load the page
Hi There,
Thanks for choosing Salient.
Linking to a Tab/Toggle Element is possible however we don't have an option to add an ID to the Tab/Toggle Element instead the Row in which the Tab/Toggle Element is added is used to link to the Particular Section.
Use the row as shown below:
The links are generated by the titles like this : http://pasquales.bestwebsitesinwv.com/menu/?tab=dinner . For complex titles with special characters you will have to write the encoded url using the Browser Console window: http://prntscr.com/h7s3k2 .
For Toggles the links would be like http://www.yoursite.com/about?toggle=toggle-title
Thanks.
Excellent, thanks! It works!