Been trying to audit a form plugin that does a save/restore with a difference to addons I’ve found. Looking for recommendations for this scenario:
* Two users, User A, User B, are associated somehow in the db as part of the same team (could be a role like “Soccer Team Members” or could be a piece of metadata like “isSoccerTeamMember” set to true);
* When either log in and visit /form-for-soccer-teams/ they can both fill in, see eachothers data, save progress, and finally “submit” the form;
* If you’re User C or User D, which visit /form-for-soccer-teams/ I can NOT see User A/B’s data;
* An admin of the site can also visit /form-for-soccer-teams/ and see the data they filled in, and edit it after the fact if it needs to be ‘corrected’.
Can anyone recommend an addon that can help me with this? I have no problem doing manual writing of API or manipulating db queries, but I want an addon because the site users on the *backend* want the drag/drop/etc functionality of a form addon.
[ad_2]