The Drupal form API is a very strong, robust, easy and scalable API for creating forms in Drupal.
i have form in drupal which uploads images and has got few checkboxes in it. Here is the form: $form[…
drupal drupal-6 drupal-modules drupal-fapi drupal-formsI need to apply style and read-only property to an input element of a drupal form. I coded the following: $…
drupal drupal-7 drupal-fapiSounds like a simple question. I've added a bit of jQuery magic: $("#edit-save").click(function(event) { $(this).attr("disabled", "true"); }); …
jquery drupal drupal-fapiI'm trying to submit a form and use hook_form_submit. The problem is the form is displayed via ajax …
drupal drupal-6 drupal-fapiI have a form that displays two submit buttons. The first submit button sets $form_state['storage'] to a value. …
php drupal drupal-6 drupal-fapiSo this is my form : $active = array(0 => t('Poster'), 1 => t('Postcard'), 2=>t('Post it')); $form['radioimage']['active'] = …
drupal drupal-7 drupal-modules drupal-fapiI have a data table which is populated with data unrelated to drupal content (from a third party system). The …
php forms drupal datatable drupal-fapi