Top "Drupal-forms" questions

Forms are the primary method for obtaining, and acting upon user input in Drupal.

Can I set a form_state redirect with a destination parameter in form submission?

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-forms
Drupal 8, add an image field from a BuildForm with preview

I created a custom form from a buildForm function. In this form, I would like add an image field. I …

drupal-forms drupal-8 drupal-fields
drupal #default_value not applied in select option in drupal_render

I 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-render
Remove class="form-item" from Drupal forms

Drupal automatically adds <div>'s and classes around form items. All form elements will have the attribute class = "…

drupal drupal-forms
Drupal 7 - add HTML inside #link form type entry?

I 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