-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Lead Source from dropdown #16
Comments
I need to have my a lead source dropdown menu on my form but the form is sending the form name as the Lead Source instead of looking to my dropdown menu of items. |
When do you think you'll have time to tweak to the plugin code to check for a lead source in the form and allow it to override the default one? |
I'm already using this functionality. Define a custom attribute in Salesforce for Lead Source, and use that as a one of the variables, then assign that as a select widget. Otherwise, we're getting into some really nasty territory (having to have special exemptions for particular field names to override built in parts of the code), which I'd like to try to avoid, if possible. |
How would I go about doing this?
|
How would I go about doing this? Define a custom attribute in Salesforce for Lead Source, and use that as a one of the variables, then assign that as a select widget? |
I want to give the user the ability to select from the following options for their Lead Source:
I put these option in a drop down on my form
Advertisement
Employee Referral
Other
Partner
Public Relations
Referral
Search Engine
Trade Show
Web
Word of mouth
How do I get what "Lead Source" they select to override the default "Lead Source".
The text was updated successfully, but these errors were encountered: