Oct 29th, 2010, 5:41 AM
Hi-
another beginner question:
I have multiple fieldsets with checkboxes but I can see only the last checked value in FormTools.
If I check all three possibilities, only "blue" appears in FT (Submissions/Vies/Edit), if I check red and green, I get green, and so on - only the last value comes through.
Field Option Group seems to be ok now...
Any suggestions?
Thank you
another beginner question:
I have multiple fieldsets with checkboxes but I can see only the last checked value in FormTools.
Code:
<input value="red" type="checkbox" name="test" /> red
<input value="green" type="checkbox" name="test" /> green
<input value="blue" type="checkbox" name="test" /> blue
If I check all three possibilities, only "blue" appears in FT (Submissions/Vies/Edit), if I check red and green, I get green, and so on - only the last value comes through.
Field Option Group seems to be ok now...
Any suggestions?
Thank you