Question
Check boxes automatically populating a new text field
I have 7 check boxes with different results. I now want to make a text field that brings those results from the checked off boxes to a new text field. How do I do it?
Example:
say the check boxes are "1", "2", "3", etc.
then in my text field I need to make an If statement, if box 1 and 3 and 5 are checked, then it prints 1, 3, 5
if just 1 is checked, then just "1" will print
Does that make sense?
FIRST TIME USER !!
