#Form API

Articles

Form API

Drupal has an API for creating and modifying forms so all modules can specify and customize them in the same way. Form Alter...

Set form page title

It's very easy to set the page title for your form. In your buildForm() or form alter function, set the #title property to...