Get value of submit button in custom post type

I woke up and had a revelation, as you do…

WordPress was using Javascript to prevent the action of the submit buttons to make an ajax call instead. Turning off Javascript solved my problem.

Now I can move on to the Javascript enhancement of my own.