Forum Discussion
ElenaLarrabee1
4 years agoQrew Captain
Ah, beautiful! Thank you SO much. And if I want them to land on the form in edit mode?
------------------------------
Elena Larrabee
------------------------------
------------------------------
Elena Larrabee
------------------------------
MarkShnier__You
Qrew Legend
4 years agoThere is no easy way to do that
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- ElenaLarrabee14 years agoQrew CaptainWell then, they can click an extra button to edit. Thanks so much!
------------------------------
Elena Larrabee
------------------------------ - mmontiel2 months agoQrew Member
Hi, I just found this thread and was curious if opening the "edit mode" is still unavailable?
- MarkShnier__You2 months ago
Qrew Legend
Well indeed there is now a way. Try this as a formula Rich Text button (not formula URL!).
save and contunue
var text RID = If([Record ID#]>0, ToText([Record ID#]), "%%rid%%");
var text URL = URLRoot() & "db/" & Dbid() & "?a=er"
& "&rid="& $RID;"<a class='SaveBeforeNavigating' data-replaceRid=true style=\"text-decoration:none; background: #117a39; border-radius: 5px; color: #FFFFFF; display: inline-block; padding: 4px 4px 4px 4px; width:140px; text-align: center; text-shadow: none; border: 2px solid #0863f5; font-size: 12px \"href='"
& $URL
& "'>Save and Continue</a>"