Persist checked checkboxes in pagination

I didn't go through your code really, but why don't you use a session which is updated with an observe_form( or observe_field) on your check buttons.

Charly wrote:

I didn't go through your code really, but why don't you use a session which is updated with an observe_form( or observe_field) on your check buttons.

Hi Charly,

I've got the same problem than Jahnvi, I'm losing my selected check_boxes when I move from one page to another in my pagination. I've taken a look at the observe_field solution that you proposed.... but I'm not able to find out how to solve my problem with it.

May you help me a bit with this? I've got so stuck with it...

Thanks a lot for your help,

Monica