I have a repeat recordset display of users. Next to each name are three radio buttons (1 , 2, 3). In order to separate each radio group, I have the name set as "radio" followed by the user_id (radio1, radio2, etc.)
Now, how do I go through the insert loop to only insert the users that have had a radio button selected adn pass their user_id?
The table would have user_id and level (which would be 1, 2, 3 from the radio buttons)