Drupal: adding disclaimer text above the submit button in a webform
Posted
by james6848
on Stack Overflow
See other posts from Stack Overflow
or by james6848
Published on 2010-04-15T10:34:07Z
Indexed on
2010/04/15
10:43 UTC
Read the original article
Hit count: 510
Hi, 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!
© Stack Overflow or respective owner