[Locked] Forward And Back Buttons - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

[Locked] Forward And Back Buttons

Alex Walker

Alex Walker

SP Page Builder 3 weeks ago

What is the best way of adding Forward and Back buttons to Pages? I know I can add a button to specific pages but if I want to change the order of the pages I would prefer Forward and Back instead.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #205352

Hi Alex,

as you noticed by deafult is not possible.

about the Back button you can use classic HTML code (inside Raw html addon or custom module):

<button onclick="history.back()">Go Back</button>

(Will only work if a previous page exists in your browser history list)

0
This topic is locked