Forum Discussion
QuickBaseCoachD
10 years agoQrew Captain
David, not tested, but maybe there is a simple solution using nexturl to make customized EDIT button.
var text URLONE = urlroot() & "db/" & dbid() & "?a=er& rid=" & ToText(Record ID#])
var text URLTWO = urlroot() & "db/" & dbid() & "?a=q&qid=xx"
$URLONE
& "&nexturl=" & urlencode($URLTWO)
var text URLONE = urlroot() & "db/" & dbid() & "?a=er& rid=" & ToText(Record ID#])
var text URLTWO = urlroot() & "db/" & dbid() & "?a=q&qid=xx"
$URLONE
& "&nexturl=" & urlencode($URLTWO)
PaulVorster1
8 years agoQrew Cadet
HI Kelly, did you manage to get a solution for mobile, as I have the same problem?