Add "go back" function to a button?

Can a button be turned into a simple way to go back one page? I think it can. not sure how though!

Yes, you can do it with JS

ButtonPlus has that built in to the Type setting.

You can do it yourself with any link though - just set the href to javascript:history.go(-1)

7 Likes