Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
Save and Continue editing
"<a class='Vibrant Success' onclick=$('#RedirectURL').val(document.location.href.replace(/&rl=[a-z0-9]*/,''));$('[name=rl]').val('');$('#saveButton').trigger('click'); href='#'>Save & Edit</a>"
"<a class='Vibrant Success' onclick=$('#RedirectURL').val(document.location.href.replace(/&rl=[a-z0-9]*/,''));$('[name=rl]').val('');$('#saveButton').trigger('click'); href='#'>Save & Edit</a>"
- RyanBlackwood8 years agoQrew TraineeThis does not work for new forms, only forms that have already been saved. When using this on a new form, it saves that form and creates a new form. Has anyone found a way to save the form and continue editing that same form?
- QuickBaseCoachD8 years agoQrew CaptainThe native solution is this:
There is a setting in form properties to enable that feature.
It�s called save and keep working. - RyanBlackwood8 years agoQrew TraineeThanks for the quick response. Your answer on my other post was what I was looking for. Apparently one of the updates messed up Dan's old code, so it no longer takes you back to the same record you just saved.
The code below is working great though, saves New and Existing records and takes you right back into Edit mode on the same record you were just on
"<a class='Vibrant Success' onclick=$('#footerSaveAndKeepWorkingMenuOption').click();>Save and Keep Working</a>"
Thanks so much!