--- legal.module.orig   Wed Mar  2 16:20:46 2005
+++ legal.module        Wed Mar  2 16:20:16 2005
@@ -177,6 +177,9 @@
     }
     
     $output .= form_checkbox(t('<strong>Accept</strong> Terms & Conditions of Use'), 'legal_accept', 1, $accept, '', $read_only, TRUE);
+    if ($accept == 1) {
+      $output .= form_hidden('legal_accept',1);
+    }
     
     return array(array('title' => t('Terms and Conditions of Use'), 'data' => $output, 'weight' => 0));
 }
