I am trying to set up a follower and request system on my social network Application. Currently , I have been able to set up a follower system , but have not been able to figure out how to send a request to another user to approve the follow.
Any type of help or advice would be greatly appreciated!
Simple way of doing it, create a field in Users called whatever you want to call it and set it to “Users” and make it a list. That can be your waiting for acceptance field. Then when the person clicks “Follow” instead of automatically making them follow that person add them to your waiting list, then inside a repeating group create your waiting list, inside that add whatever information you want to add to it, then do the add/reject functionality within that.