I need to know how to navigate between pages inside the Experience Builder using a custom widget in js react. Can you provide guidance on how to implement this functionality?
RafaelLimaimg_0-1716904302045.png
I need custom widget to navigate between this pages using conditionals.
Solved! Go to Solution.
You can use relative linking like /page/{nameOfYourPage}.
It worked, but not exactly in the same way. I provided the following information to make it work
example: /?page={nameOfYourPage}
RafaelLimaimg_0-1717760854058.png
You can use relative linking like /page/{nameOfYourPage}.
It worked, but not exactly in the same way. I provided the following information to make it work
example: /?page={nameOfYourPage}
RafaelLimaimg_0-1717760854058.png