Here is the test site, you can auto-login with the following link:
=> versteckter Link
As you can see with the following post, there are three repeating field items available under repeating field group "outfit-infos":
=> versteckter Link
I've created the following edit form to edit the existing RFG entries:
=> versteckter Link
I've created the following view in classic mode as in block mode the RFG is not available for selection (strange):
=> versteckter Link
- within the above view, I've added the post-relationship query filter under the "Query Filter" section:
Filter by post relationship or repeatable fields group owner
Select items from the outfit-infos group that are related to the Post with ID set by the URL parameter wpv-relationship-filter.
eg. <em><u>versteckter Link</u></em>
- within the loop output I've added directly the edit form:
<div style="padding-bottom:25px;">
[cred_form form='edit-rfg-form']
</div>
Now, I've created the following page that will display the RFG items to edit and added the above view using "Fields and Text" block:
=> versteckter Link
And, on content template that displays the single post, I/'ve added the "Edit link" using the "Fields and Text" block at bottom of the following content template:
=> versteckter Link
<a href="/edit-rfg-items-page/?wpv-relationship-filter=[wpv-post-id]"> Edit RFG </a>
Now, if you go to the following post where RFG entries are available, you will find the "Edit RFG" link at bottom of the page:
=> versteckter Link
Once you click that, you will be redirected on the page where you can edit the RFG items:
=> versteckter Link
You can follow this steps to achieve the same on your install. I hope this helps 🙂