It would be great if we could connect FAQ to dynamic pages. Does anyone have a workaround?
1 Like
If you create your own FAQ element using a repeater, you can easily do it.
Is there any content showing how to do this?
@ajpe1989 https://support.wix.com/en/article/wix-editor-adding-and-managing-repeaters-lists-grids
(and the links there)
Go to the backend NPMs and install a package named Repeater-Scope (which will let you easily control the event handlers using code).
Read the package doc
Use collapse-expand to show the answers:
https://www.wix.com/velo/example/collapse-elements
Thanks man, gonna try to do this and report back