Hello,
I have a CPT “jobs”, and I wish to add an ACF User field “applicants” which lists all users that wish to have their curriculum checked for that specific job. To make it so, I’d like to add on the page of the job an “I’m interested” button, which, when clicked, adds the current logged-in user that clicked it to the array of Users on “applicants”.
Is there any way I can do something like that?
Thank you!