phpdrupaldrupal-fapidrupal-alter

Drupal: adding disclaimer text above the submit button in a webform


Is there an easy-ish way to modify the webform-form-tpl.php template to show disclaimer text above the submit button in a Drupal webform? I can add text below the button, but do not know how to split up the button from the other elements to add text between them, ie:

[form-elements]
[disclaimer text]
[submit button]

Cheers!


Solution

  • The easiest option is probably is insert the text as a markup form item using hook_form_alter on the form.