Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Tammy,
This may help
moⲆan the ultimate (Champion) replied to this question:
Is it possible to create a "Save and Keep Working" button from a formula URL field?
Put a Rich Text Formula field in the middle of your form with this definition:
"Save and Keep Working"
When it is clicked it will trigger the clicking of the native Save and Keep Working button (even though it is not visible at the moment). FWIW, this type of strategy of embedding JavaScript into a form which emulates a user clicking on a native features is safer than other methods of more directly invading the native markup and code.
Additional code https://community.quickbase.com/quick...
Ryan Blackwood commented on a reply to this question:
Button to save and stay in EDITING record form
I think this is what I was looking for, however, div doesn't work (it doesn't create a button, just displays static text "Save and Keep Working").
I changed it to:
"Save and Keep Working"
This now gives me a button that works. Thanks so much!
This may help
moⲆan the ultimate (Champion) replied to this question:
Is it possible to create a "Save and Keep Working" button from a formula URL field?
Put a Rich Text Formula field in the middle of your form with this definition:
"Save and Keep Working"
When it is clicked it will trigger the clicking of the native Save and Keep Working button (even though it is not visible at the moment). FWIW, this type of strategy of embedding JavaScript into a form which emulates a user clicking on a native features is safer than other methods of more directly invading the native markup and code.
Additional code https://community.quickbase.com/quick...
Ryan Blackwood commented on a reply to this question:
Button to save and stay in EDITING record form
I think this is what I was looking for, however, div doesn't work (it doesn't create a button, just displays static text "Save and Keep Working").
I changed it to:
"Save and Keep Working"
This now gives me a button that works. Thanks so much!