A great feature would extend the "Edit contact category" admin page to allow a different text field to show at the top of each individual contact form. For example:

Categories: General, Marketing, Technical
The default description may be used by General/Marketing, but Technical would have different text so that users visiting contact/Technical would see something like:

"You can ask our technical department a question. Please make sure you enter full technical details of the widget you are enquiring about etc".

Comments

behindthepage’s picture

I agree it would be a good feature and I have seriously thought about adding it. However to add this to my module would require an extra table in the database and more complex code.

You can achieve this by putting the text in a block and assigning that block to only show on the path contact/Technical.

Regards
Geoff

rizotherat’s picture

Excuse my ignorance but how can you place text into a block. the only blocks ive been able to create so far have automatically generated ones which have link in them to different categories

behindthepage’s picture

Go to menu item "Site Building -> Blocks" admin/build/block and click on the tab add block. You can create a block with text or place a PHP snippet in there.

Check out the snippets page
http://drupal.org/node/21867

Regards
Geoff

rizotherat’s picture

cheers

behindthepage’s picture

Status: Active » Closed (fixed)
mariagwyn’s picture

Version: 5.x-1.9 » 6.x-1.x-dev

This is just a plug to add this feature. I can do this with a block, no problem, but it would be far easier for admins of the site to simply add this text when the category is created. I understand it is an extra table, but if you ever decide to add it, I would be delighted!

m

scedwar’s picture

I echo #6. Our site has scores of blocks. Creating a unique one for each variant of the contact form is just overkill and unnecessary. Another table in the drupal database is far more desirable than manually creating blocks.

behindthepage’s picture

I am happy to add this feature if someone wants to submit a patch.

Regards
Geoff

scedwar’s picture

I'm happy to test this feature if someone wants to submit a patch! ;-)