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?
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}
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}