I am using a cfoutput query and I need to change the "name" of each radio input box for each record that is returned. The default is "auth", the 2nd should be auth1, then auth2 etc...
In the below example, each time it returns a record from the query "getAuths", the name of each radio button group should increase by one. Can someone assist?