Forum Discussion
JeremyAnson
10 years agoQrew Cadet
It's similar to a button I've set up with the code below (which works), so should work:
<div class='button' onclick='var url = \"[url for a page]\"; document.getElementById(\"RedirectURL\").value = url; DoSave();'>Save</div>
<div class='button' onclick='var url = \"[url for a page]\"; document.getElementById(\"RedirectURL\").value = url; DoSave();'>Save</div>