How to make a Button link back to the last page viewed?

Hi, I want to get a button link going back to the previous page viewed.

I’ve been using this in a link so far which works well: <a href="javascript:history.go(-1)">link text here...</a>

Does anyone know how I do the same thing with a Source button?
James

1 Like

9 Likes

Awesome. Thank you @Gianluca :)