Here is the code I currently have (I took out a lot of the options to make it less code)
Code:
<form name="effects" action="" method="POST">
<input type="checkbox" name="box[]" value="1">Army change name<br>
<input type="checkbox" name="box[]" value="2">Army damage<br>
<input type="submit" name="check" value="SEND">
</form>
I can't get the "check all" and "uncheck all" script to work with this code, any help? Also can I have a "group select" button. Example:
([]=checkbox) ([button])
Code:
[check all]
[uncheck all]
[]Select all army
[] army...
[] army...
[] army...
[] army...
[]Select all QV
[] QV...
[] QV...
[] QV...
Thats the basic layout I want. Thanks for all the help!