Another question about Drupal webforms -- The form itself is built in by /includes/form.inc\'s function theme_form_element($element, $value)
I am using Drupal 6 and have the AJAX module installed. I have the following code: function remove_manufacturer_role_form($form_state) {
I am writing a drupal module that involves a form with many checkboxes. E.g. $form[\'myform_checkboxes\'] = array(\'#type\' => \'checkboxes\', ...)