Posted by mpaler on April 28, 2008 at 1:18am
Jump to:
| Project: | Salesforce Suite |
| Version: | 6.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | joshk |
| Status: | closed (won't fix) |
Issue Summary
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
#1
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
#2
This isn't supported in 5.1.x, but it's a good thought for the 2.0 Branch.
#3
#4
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.