Not so easy to do.The above script relies on all of the checked fields being the same name, but with a different number in the array (e.g. entry[0], entry[1], entry[2]).If your fields have different names you need to test each field individually (call each by their own name).You can use the "==" exp...