Hi there!

I´ve just installed the contact module and its just what I need!!
Fist things first: THANK YOU VERY MUCH FOR YOU TIME TO DEVELOP THIS!
It´s really cool stuff!

Now, I´ve got this problem, that maybe is a misconfiguration, and not a problem at all.

At the Readme file it says:
"the path 'contact/{category}' generates a contact form
for that category with a title = 'contact {category}'.
"

I cannot do that.

I´ve create my first contact category as "general_info". I´ve tried using
contact/general_info and contact/1 and all I get is the same contact/ page, where I need to pick one category (I´ve created several categories by now).

The form works great, the feedback email, and the "send me a copy" works like a piece of cake too. So I think that maybe I overlooked something configuring the module.

If you could help me it woud be very much appreciated!

Thanks again,

Rosamunda
Buenos Aires | Argentina
www.ligadelconsorcista.org

CommentFileSizeAuthor
#1 flushcache.module847 bytesbehindthepage

Comments

behindthepage’s picture

StatusFileSize
new847 bytes

Overview:
The contact module that is part of drupal core generates a site wide contact form with a drop down menu for the categories. I didn't write that. My module "contact list and forms" changes how that module operates by generating individual forms for each category and a page with a list of categories. To get these features you need to enable both modules - 'contact' and 'contact list and forms'.

Once you have both modules enabled you shouldn't have any problems. (famous last words)

One thing that can help is to flush the cache, which re-registers all the paths. Attached is a little module that I use to do that. It places a link "Flush Cache" in your navigation menu that er.... flushes the cache.

I hope this helps
Geoff

behindthepage’s picture

Status: Active » Closed (fixed)

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 52509)