I have a many-to-many Student–Donor relationship. On the Donor template, I can list linked Students, but I need to add an existing Student to the Donor and also remove a linked Student on the front end. The disconnect option didn’t appear in my Toolset Forms, so I wasn’t sure how to add a Remove link.
Solution:
Created a Relationship Form to connect existing Students to the current Donor. For disconnecting, used the shortcode [cred-delete-relationship] inside the View loop of Students. The issue was finally resolved after removing a duplicate many-to-many relationship, and the following shortcode worked:
[cred-delete-relationship role_items='$fromViews' relationship='student-donor' redirect='self']Remove[/cred-delete-relationship]