I was able to login and follow the steps from here
https://toolset.com/forums/topic/view-list-with-checkbox-for-select-rows-and-update-selected-rows-submit/page/2/#post-1353885
After "4. Click the Task Link" I am redirected to
hidden link
Then it says "5. On your right click list delegates and which you should have 2".
When I click "List Delegates", I am lead to
hidden link
I am not sure why I needed to navigate here.
The next step says I should go back to the event and instead select Bulk Email request Delegates
That leads me to
hidden link
There I can see the checkboxes.
When I tick them all or just one, I see no form.
So I understand this is where we need to start:
hidden link
That View is producing the things we discussed several months earlier in this ticket:
hidden link
It produces that list, where you want to check the single rows.
But it does nothing else of what I recommended in my previous elaborated explanations.
https://toolset.com/forums/topic/view-list-with-checkbox-for-select-rows-and-update-selected-rows-submit/#post-1298573
We discussed there we need a target page (back then delegate-update-results) where the form to edit RFG will be inserted.
I miss that page.
That form should get the ID of the RFG that you want to edit from the [wpv-search-term param="post_ids"] shortcode.
I can see your view has the code to point to the URL:
<input type="checkbox" name="post_ids" value="[wpv-post-id]">
Whenever it leads to that one page with the RFG form, it will pass many ID's of RFG in the URL but the form will show only the latest of them.
Then, our code, it gets the URL parameter and does the same action for each of those posts.
We pass the ID to the form in a Form Field, as described, and need that in the code later, I do not see this done either on the site.
Can you please consult https://toolset.com/forums/topic/view-list-with-checkbox-for-select-rows-and-update-selected-rows-submit/ and implement those things set by step, and if that does not work, can you link me to each step where what was inserted/done?
I can then quickly see what is missing.
Right now for once I think the form is missing the ID's field as suggested and something does not reload the page when selecting the View's outputs (checkboxes)
I had actually tested that solution locally I recall now, so the issue can not directly be the "logic" but rather a missing step.