Hello there,
I’m using front-end form to create post.
My goal is to create post and and update from frontend user login. User can modify details after login but i want that modified data saved as draft and don’t want to publish without approving by admin. Is there any way to get last modified ACF fields from frontend?
I have tried with revisions but revisions does not shows correct fields while saving from frontend but it gives correct fields while saving from backend.
Is there any other easy and better solution of this?