SMK
5 months agoQrew Trainee
Redirect to same page in form
Hi,
I have this formula URL where the user submits all branch. when the user clicks the button it comes the chrome prompt of Leaving the site? (Picture below)
This the code i have written in the formula url field:
var text markCompleted =
URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" & "&apptoken=" &
"&rid=" & URLEncode([Record ID#]) &
"&_fid_921=1" &
"&rdr="&URLEncode( URLRoot() & "db/" & Dbid() & "?a=er&dfid=34&rid=" & ToText([Record ID#]) & "&page=15")
$markCompleted
Can someone help me fix this?
**I have remove the token.