hello

I am using drupal6. My objective is to create a primary link for "Contact Us" page using the contact module.

I did so far the following steps:
1. enable contact module
2. add item in primary link: here I put in path www.mywebsite.com/contactus, although I expect to create the contactus as a "Contact" type but this is not the case apparently.
3. Added a new category in (admin/build/contact) and tick: "Enable personal contact form by default)
4. Go to permission and tick Anonymous and Admin for "access site-wide contact form"

Now when I click on the Contactus link, it says page not displayed. This is obvious. But I thought that Step 3 created the page...I expected that at step 3 I will be able to link this contact form to the path that I put in step2

thanks for any hint.

Comments

abhishek sawant’s picture

By default path of contact form will be www.mywebsite.com/contact, you might check by modifying your existing path to this and check.

Hope it helps.

Abhishek Sawant
Drupal Developer

linda_bh’s picture

indeed.

Great. Strange that it is set rigidly to a specific path.

thanks anyway

linda_bh’s picture

hello

I have Captcha enabled and configured.

how to add a captcha to the contact form that i created?

thank you!

sunshinefun’s picture

Install Captcha and Recaptcha - they're by far the best.
There's some settings in the Administration section to be able to add them to forms, then navigate to your form and click the "insert captcha" link that will appear...

I'm guessing you're using the inbuilt contact form, I'd strongly recommend installing webforms instead - it takes a little longer to integrate and get your head around, but it offers a lot more flexibility with creating the form (and any extra forms you need)

Good luck!