Forum Discussion
StephenStephen
8 years agoQrew Assistant Captain
Ah. I switched it from Formula-Text with HTML Checked to Formula URL and that works in view mode. I am then hiding the submit button in edit/add mode.
var text URLONE = URLRoot() & "db/" & Dbid()& "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_20=1"& "&apptoken= xxxxx";
var text URLTWO = URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#];
$URLONE
& "&rdr=" & URLEncode($URLTWO)
var text URLONE = URLRoot() & "db/" & Dbid()& "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_20=1"& "&apptoken= xxxxx";
var text URLTWO = URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#];
$URLONE
& "&rdr=" & URLEncode($URLTWO)