I'm using CB Code Field to substitute in the values for radio buttons then add them together:
Code:
return (int) '[cb_field1]' + (int) '[cb_field2]' + (int) '[cb_field3]';
How do I loop through all the PUBLISHED fields on a given TAB and add them (in place of the formula above).
That way when I add a new field to TAB, I do not have to edit the formula.