Instead of clicking a checkbox and hitting a button, you want another button? You are only saving one click!
I am mainly looking to something to the newticket page to close the ticket automatically with submission. How that is done, well, depends on the easiest method. I figured since there's already a submit, maybe something like adding a checkbox next to the submit button so that that the submit button will initiate the close after submit, the simplest. I did something like this with the ticket time to automatically calculate from when the newticket page was opened to when you click submit to auto-generate the amount of time spent if the time box = "". Of course, the value is added in there and then the submit happens, but works well (javascript code).
Dissect my Ticket Editor modification to discover how to manage multiple submit buttons.
Thanks, I'll give that a try. I was originally going to start dissecting code to figure this out, but now I know where to start! Thanks for help Sparky.