Hi there,

I'm not sure if this is possible -- but can I set up categories for the contact us form that don't create a new Salesforce lead?

Thanks,
Mike

Comments

davidcv’s picture

Look at this link for Webform module. This module adds a webform nodetype to your Drupal site. Typical uses for webform are to create questionnaires, contact or request/register forms, surveys, polls or a front end to issues tracking systems.

http://drupal.org/project/webform

joshk’s picture

Title: Contact us form » Contact Form Integration: exclude some contact types
Version: 5.x-1.x-dev » 6.x-2.x-dev
Assigned: Unassigned » joshk
Category: support » feature

This isn't supported in 5.1.x, but it's a good thought for the 2.0 Branch.

Bevan’s picture

Title: Contact Form Integration: exclude some contact types » Contact Form Integration
Status: Active » Needs work
aaronbauman’s picture

Status: Needs work » Closed (won't fix)

This request can be accomplished in a number of ways:
* create a Drupal node type "Lead" that anonymous users can create that maps to a SF Lead. Create a trigger to email admins (or whomever) when a Lead node is created.
* sf_webform (though derelict at the moment) could be used to create a Webform that maps to a Lead.

Given these, and probably other possibilities, I see no value in adding support for contact module into this one. This would be a good project for a contrib if it's essential.