<form>
looping through the query
hidden value name = number
radio button name = nameof
end loop
<form>
When I pass to the next page I get the correct nameof value but for the number I get all of them. How do I get the number to match the selected nameof.
Shuvi