Forum Discussion
Further to Chayce's question, what does the button need to do?
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
Button just need to save the record when people from public filling the form.
------------------------------
Ravi Siddana
------------------------------
- MarkShnier__You2 years agoQrew Legend
Where do you want to redirect the user to after the save?
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- RaviSiddana2 years agoQrew Trainee
App Home page
------------------------------
Ravi Siddana
------------------------------- MarkShnier__You2 years agoQrew Legend
Try this as a Rich Text formula field
var text URL = URLRoot() & "db/" & AppID();
"<a class='SaveBeforeNavigating' style=\"text-decoration:none; background: #Dade07; border-radius: 5px; color: #0a0a0a; display: inline-block; padding: 5px 5px 5px 5px; width:120px; text-align: center; text-shadow: none; border: 2px solid #0a0a0a; font-size: 14px \"href='"
& $URL
& "'>SAVE</a>"That should work as long as the ONLY change on a form is in the Grid Edit section of an embedded child table. If you have that situation, post back.
Also, if this is a very old app, then you may need to enable the setting to Auto save when redirected away from the page on the advanced settings for the table.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------