Thanks, Don, for your ideas.
Personally I'd prefer the <input type="checkbox" name="source_id" value="@items.item_id@" />
tag. It seems much simpler than any little hack I can think of. Am I mixing things together?
WRT to your solution, Don, I initially tried:
item_id_$rownum
But got an error. Is there a way to access $rownum as opposed to using $i?
Using source_id_$i
I'm not sure how to set $i initially. I can't set $i before running multirow, since the variables inside are all local (right?) and of course not during either.
How should I do this?
/Simon