I would like to additional instructions to a custom Drupal form, similar to hook_help, but at the bottom of the form. Is there a function or hook available for this?
I would like to additional instructions to a custom Drupal form, similar to hook_help,
Share
If you add an element to the form with no type, its’ value will be displayed as HTML on the page.
See here