Forum Discussion
QuickBaseCoachD
Qrew Captain
Elisha, there is possibly an easier solution.
Your "add record" can specify where to go to upon Save. ie the NextURL.
var text ADD = URLRoot() & "db/" & [_DBIDxxxx] & "?API_GenAddRecordForm&ifv=1":
var text RedirectTo = the url to redirect to;
$ADD
& "&NextURL=" & URELEncode($RedirectTo )
Your "add record" can specify where to go to upon Save. ie the NextURL.
var text ADD = URLRoot() & "db/" & [_DBIDxxxx] & "?API_GenAddRecordForm&ifv=1":
var text RedirectTo = the url to redirect to;
$ADD
& "&NextURL=" & URELEncode($RedirectTo )
QuickBaseCoachD
6 years agoQrew Captain
I can't help you for the mobile question but if you have a question about Desktop mode i can try to help. I'm not sure from your post above what specific question you have what your current non working code is.