Hello,
I have a table on a form which contains records that can be multiple selected by checkboxes. A submit button sucessfully sends the record IDs of the checked records to the next page.
I want to display the records that were selected via the checkboxes, but the problem is that I get only the first of them.
Any help would be really appreciated, thanks