When you have multiple checkboxes, you can use name="Array[]" to get an array out Doing this same with input text fields doesn't work. <input type="text" class="form-text" value="#FFFFFF" size="8" id="edit-palette-background" name="Color[]" maxlength="7" />
Comments