drupal-webform
Drupal - Webform element theming
Another question about Drupal webforms -- The form itself is built in by /includes/form.inc\'s function theme_form_element($element, $value)[详细]
2022-12-17 07:47 分类:问答Drupal: How do I modify form ui after 'Remove' button pressed using AJAX?
I am using Drupal 6 and have the AJAX module installed. I have the following code: function remove_manufacturer_role_form($form_state) {[详细]
2022-12-16 12:32 分类:问答Issues with a drupal form submission with a checkbox whose value is 0
I am writing a drupal module that involves a form with many checkboxes. E.g. $form[\'myform_checkboxes\'] = array(\'#type\' => \'checkboxes\', ...)[详细]
2022-12-12 04:19 分类:问答