Okay
  Public Ticket #3027780
Expandable Section
Closed

Comments

  • paultooze started the conversation

    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

  •  1,877
    Judith replied

    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:

    9848664243.png

    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 .

    encodeURIComponent("Wine & Beer")

    For Toggles the links would be like http://www.yoursite.com/about?toggle=toggle-title

    Thanks.

  • paultooze replied

    Excellent, thanks! It works!