I have 5 accordion panels on a FAQ page on a client's site (Bootstrap 3 based).
From another page on the site, I want to reference a specific panel on the FAQ page. I used the following hyperlink code:
Visit "FAQ 2" Section
It does take me to the FAQ page but does not select or open (either would be great and what I would like to happen) the specific accordion panel that has an id of faq2.
Any suggestions?