Forum Discussion
BlakeHarrison
5 years agoQrew Captain
The landing page is maintained in the breadcrumbs of the URL the user follows to get to the current form. If they use the 'Save & Keep Working' button, the breadcrumb changes to the current form, since it is the last page that was viewed before the button-click. The only way that I know of to allow this action and still allow the user to close and be redirected to the Parent would be to create a custom 'Save' button that saves and redirects to a specified URL like this:
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()'
href=" & URLRoot() & "db/" & [_Parent DBID] & "?a=dr&rid=" & URLEncode([Related Parent]) & ">Save Changes</a>"
------------------------------
Blake Harrison
bharrison@datablender.io
DataBlender - Quick Base Solution Provider
Atlanta GA
404.800.1702 / http://datablender.io/
------------------------------