Forum Discussion
ChayceDuncan2
7 years agoQrew Cadet
Since they'll be in their email client, you may want to try
The difference in window.location.replace changing to window.open for your var eScreen. Would mean ideally that it would open the link in a new tab for them
var text AddAck = URLRoot() & "db/bpfq364aa" & "?act=API_AddRecord"
& "&_fid_8=" & ToText([Record ID#]);
var text eScreen = "https://escreengo.com/";
"<a href='#' onclick='(function(){$.get(\"" & $AddAck & "\");window.open(\"" & $eScreen & "\");})()'>Click Here</a>"
The difference in window.location.replace changing to window.open for your var eScreen. Would mean ideally that it would open the link in a new tab for them