Hi, I was looking for this solution, there are many topics about this but always the answer is that it is in the Todo List of your developers.
It seems a very simple bug to fix.
It worked great for me in a Create Content Form, but don't add it in a Edit Content form or on submit the form doesn't save any changes and didn't redirect to the correct page (it happens to me because I generate the Edit form cloning the Create form…).
I see the problem is that the hidden field was already set in the form passing the post_ID value, while the added hidden field set it to 0, so it breaks the form submitting.
Thanks