The Drupal form API is a very strong, robust, easy and scalable API for creating forms in Drupal.
I am trying to have a button which is not a "submit" type of button, but rather a normal "button" …
drupal drupal-fapi drupal-formsWhen a user enters his login information and hits submit, i want to check if the user already exists or …
php drupal drupal-fapi drupal-alterI want to add title="icons/icon_cart.gif" for each of the below options in my select list which …
drupal drupal-7 drupal-modules drupal-fapiI originally started this question in another thread, but that thread was sorta, kinda answered, and now I primarily want …
drupal forms action drupal-fapi drupal-alterFor some requirement I need to pass additional information to form submit handler. In form api, while defining custom submit …
drupal drupal-6 drupal-modules drupal-fapiIs there any core function to get uid from username in Drupal? Or I should perform a db query? my …
drupal drupal-6 drupal-fapiHow would I print the results of a form submission on the same page as the form itself? Relevant hook_…
php forms drupal drupal-6 drupal-fapiIs there anyway say Drupal to validate form elements like email fields, passwords, numeric fields validate automatically lets say bind …
drupal forms validation drupal-fapiI'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 am trying to modify some Drupal 6 form code and incorporate some native form validation. Code looks like this, but …
php validation drupal drupal-6 drupal-fapi