Forum Discussion
AhuvaBrown
3 years agoQrew Cadet
I solved this issue with a custom edit button using this url:
URLRoot() & "db/" & Dbid() & "?a=er&dfid=yourformID&rid=" & URLEncode([Record ID#])& "&z=" & Rurl()
z=Rurl() should return you to the url from where you pressed the edit button, so in this case, the same form in display mode.
------------------------------
Ahuva Brown
------------------------------
URLRoot() & "db/" & Dbid() & "?a=er&dfid=yourformID&rid=" & URLEncode([Record ID#])& "&z=" & Rurl()
z=Rurl() should return you to the url from where you pressed the edit button, so in this case, the same form in display mode.
------------------------------
Ahuva Brown
------------------------------