Save checkbox checked or unchecked from previous page

i have checkbox list on my page ,the page devided into several pages by
will_paginate ,i checked the checkboxs on the first page and when i go
next page the information on previous page will refreshed . how can i
save the information from previous page .thanks

Are you submitting a form between pages, or are you just checking
boxes and then clicking on the will_paginate link for the next page?

Generally, if you want a value to be persistent, you’ll have to either
store it in the session or pass it as a hidden parameter in a form.

-Kyle

On Apr 21, 8:32 pm, Rustam M. [email protected]