Hey,
I want to calculate the amount of checkboxes checked.
I have for example five checkbox options like:
OOOOO
And I want a field to add the amount of checked options together.
So if I checked 4 the field says 4... when I check 3 , 3 etc
Then I'd also like to ad a number to that amount.. like 3
So when 4 are checked, the field would say 7
,
MM
To add a constant, just initialize the sum variable to that number:
George