Back Button

0
Hi, Please help me to implement a ‘back and forward button’ in every page to go back to the previous page    
asked
1 answers
0

Hello, 

You cannot make that “dynamically”, you will have to create a button on every page, and on every button you will have to specify which page you want to go to. 

 

If you have 3 pages. page A, B and C

 

For page A you will have a show page button for page B.

For page B you will have a show page button for page C, and a show page button for page A.

For page C you will have a show page button for page B

answered