It turned out great, but besides editing the Repeatable Field Group need to add a Delete button for each of the Repeatable Field Group next to the Save button (see screenshot),
I did not find in the documentation how to add such functionality to the editing form Repeatable Field Group,
Repeatable field groups are implemented using posts to act as containers for each group of fields, so the action you require when listing posts in a View that contain edit buttons to edit the posts is delete post.
In much the same way you would insert an edit link, use the Toolset Forms button to insert a delete post link (screenshot).
I inserted a button to delete the post according to your instructions in View loop,
when pressing this button the Repeatable Field Group is removed from the database, but on the site after this operation a blank screen remains with a link in the URL:
I just tested this on my local site to double-check whether it works, and it did, very much as expected/intended.
Let me just describe the set-up to make sure we are talking about the same thing.
I have a custom post type, and a custom field group assigned to that post type includes a repeatable field group.
I create a View where that repeatable field group is the content selection and which includes a Query Filter to connect the RFGs to the page where the View is displayed.
In the output section I'm just outputting the post title (i.e. the title of the RFG) and a delete post link inserted using the Toolset Forms button with the defaults.
I then insert this View into the Content Template to display my custom posts.
When I visit one of these custom posts on the front end I see the list of RFG titles together with the delete links.
In my case I tested with the option to reload the page, and that worked, so I stopped there.
If your set-up is essentially the same and it is not working then we should eliminate the possibility of conflicts, e.g. if you are using a page builder.
Could you please disable all non-Toolset plugins and switch theme to twentynineteen then try again. If the issue disappears then it should be possible to determine the source of any conflict by a process of elimination.
Let me know how that goes so I can see how to proceed.
Everything seems to be the same, but just in case I made screenshots of all the settings of View (sc3, sc4,sc5), see if everything is right there?
This View I insert into the content template associated with the post at which these RFG.
Once again I want to note that the groups are deleted from the database, i.e. the button works, only the transition does not work (page reload) after that.
I cannot change the theme and turn off related plugins, because this is an Intranet theme (not a public site), and when it is turned off, I can no longer check anything.
This theme: hidden link
I admit that this may be a conflict with the theme, but it is probably possible to get around this bug with a suitable filter (add_filter) or action (add_action)??