0
votes

I've basic drupal site and my client requested put some information top of the contact form eg : tel, email and a small description. I'm trying to figure out how to do that ? I couldn't see in Drupal admin that we can add some text in the contact us page.

3

3 Answers

0
votes

Another option would be a block. You can create a custom block, put in your text, and have it show up only on the contact page. Although, depending on the regions defined in your theme, that might end you up having the information above the title of the contact page or below the form.

0
votes

You can override the default contact template implementing page--contact.tpl.php in your theme.

More info: http://drupal.org/node/1089656

0
votes

You can add text above the contact form through the settings page at /admin/build/contact/settings.