An API for add forms to your Drupal website.
What is the best practice for a dynamic select list in Drupal 7? Create a Field with dummy options via the …
dynamic drupal-7 selectlist form-apiI am trying to disable couple of fields and make them readonly via hook_page_alter(). I was able to …
drupal-7 field form-apiHere is my form field for users to upload their company logo: $form['company_logo'] = array( '#type' => 'managed_…
php drupal file-upload drupal-7 form-apiI am using drupal form api and using checkboxes. I am getting problem in default checked values with it. following …
drupal-6 form-apiI'd like to upload multiple files using Form API. '#type' => 'file' provides upload only one file. $form['picture_…
file-upload drupal-7 form-api