Forms are the primary method for obtaining, and acting upon user input in Drupal.
I've built a "Quick Links" drop-down select box for my Drupal-based web app. The select box is implemented as a …
drupal drupal-formsI created a custom form from a buildForm function. In this form, I would like add an image field. I …
drupal-forms drupal-8 drupal-fieldsI try to print a drupal 'select option' element in a form .I think drupal_render not applying #default_value.…
drupal-7 render default-value drupal-forms drupal-renderDrupal automatically adds <div>'s and classes around form items. All form elements will have the attribute class = "…
drupal drupal-formsI need to add HTML markup to the #title field of a Drupal 7 #type link form element. The output should …
drupal drupal-7 drupal-forms