Select to view content in your preferred language

Switch pages with custom widget

265
2
Jump to solution
05-28-2024 06:57 AM
RafaelLima-img
New Contributor

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.

0 Kudos
2 Solutions

Accepted Solutions
JeffreyThompson2
MVP Regular Contributor

You can use relative linking like /page/{nameOfYourPage}.

GIS Developer
City of Arlington, Texas

View solution in original post

RafaelLima-img
New Contributor

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

 

 

View solution in original post

0 Kudos
2 Replies
JeffreyThompson2
MVP Regular Contributor

You can use relative linking like /page/{nameOfYourPage}.

GIS Developer
City of Arlington, Texas
RafaelLima-img
New Contributor

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

 

 

0 Kudos