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>"
RyanBlackwood
8 years agoQrew Trainee
Thanks 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!
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!