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
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
Comment #1
davidcv commentedLook 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
Comment #2
joshk commentedThis isn't supported in 5.1.x, but it's a good thought for the 2.0 Branch.
Comment #3
Bevan commentedComment #4
aaronbaumanThis 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.