Hey MB-Support,
I've got a custom post type called "jobs" where users can publish Jobs over a frontend form as draft and an admin needs set them to publish.
After a job is published, the user is able to edit the job over the frontend form (for example to fix mistakes).
As the user is also able to edit the fields (for examoke job salary, place,...), we want to prevent fraud by having a version history of the field inputs.
Over the WordPress post/page version history it's not possible to see changes of the field inputs.
Is it possible to have a version history of the field inputs and how?