Hi Everyone,
I am having a problem here.
I am trying to send mail to a list of selected people. So I have used check-boxes for multiple select.
The list comes from the database. I have used pagination with a limit of 10 records in a page.
Now I select say 3 records in page 1 , go to the next page and select 2 from there. I want the mail to be sent to all 5 people when I click submit. But the mail is sent only to the values selected on the page in which I click 'send' , which is the submit button.
Is there any way to retain the selected checkbox values ?
Thanks in advance,
Anshu