--- contact.module	2007-01-10 16:17:51.000000000 +0100
+++ contact.module.fixed	2007-02-26 19:30:11.000000000 +0100
@@ -431,6 +431,7 @@
     $form['contact_information'] = array('#value' => filter_xss_admin(variable_get('contact_form_information', t('You can leave us a message using the contact form below.'))));
     $form['name'] = array('#type' => 'textfield',
       '#title' => t('Your name'),
+      '#id' => 'contact-edit-name',
       '#maxlength' => 255,
       '#default_value' => $user->uid ? $user->name : '',
       '#required' => TRUE,
@@ -478,6 +479,7 @@
       );
     }
     $form['submit'] = array('#type' => 'submit',
+      '#id' => 'contact-edit-submit',
       '#value' => t('Send e-mail'),
     );
   }
