Forms are the primary method for obtaining, and acting upon user input in Drupal.
OK, I finally figured out how to add (or edit) form controls through the form API in Drupal. But now, …
forms api drupal drupal-7 drupal-formsI created a form in Drupal 7 and want to use AJAX. I added this to the submit button array: "#ajax" =&…
jquery ajax drupal-7 drupal-formsWe have certain users in our member list that have a role "vendor" attached to them. All such members are …
drupal drupal-6 drupal-formsI am trying to have a button which is not a "submit" type of button, but rather a normal "button" …
drupal drupal-fapi drupal-formsI have a drupal form and I need to add separate classes to the components in a form element. That …
drupal drupal-formsI am creating a credit card form in Drupal. I need a date select field where users can select their …
drupal drupal-formsI have one drupal form, i want it works as "add one more": there is one button at the end …
drupal-7 drupal-forms drupal-ajaxI'm building a form module. One of the early fields is a set of radio buttons. By default the first …
php drupal drupal-7 drupal-fapi drupal-formsI have installed drupal 7 and have been trying to create a custom form. The below code which am trying has …
drupal drupal-7 drupal-modules drupal-formsi 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-forms