Hi, wondering what options there are for a user to change a status of a post on the frontend using Frontend Submit. We are using Oxygen to display CPTs in a repeater. What we'd ultimately want is a way for a user to change a post to a custom status called 'accepted' which we already have set up. Is there a way to use one of the helper functions to accomplish that with just a simple button click, or do we have to actually have a field that does this, similar to this answer.
I understand that getting the ID might be tricky, but I think I can handle that part. I am just looking for some direction on what to do once I have the correct post ID.