nadworks
Active Member
I'm trying to add a simple back link (return to previous page) into the "Subscription confirmed" page so that users can afterwards go pack to the page they came from.
All of code I have so far tried however is being stripped out:
Can you tell me how I can make sure this code can gets saved, please?
All of code I have so far tried however is being stripped out:
Code:
<a href="#" onclick="history.go(-1)">Go Back</a>
<a href="javascript:history.go(-1)">Go Back</a>
<a href="javascript:history.back()">Go Back</a>
Can you tell me how I can make sure this code can gets saved, please?
Last edited: