I want to add some code that allows frontend editing of an entry by a user other than the creator. This user should only be able to edit specific entries where his/her username is added in field_id = 210. How can I do this?
You may be able to use a similar solution from here https://www.fdmdigital.co.uk/share-a-form-entry-between-users/
Although it’s not special code, you could create a common field within each users profile and filter the views you use to allow for editing only if that shared field exists within the user profile.
Please login or Register to submit your answer