I have Program X which is already synced to Salesforce. Inside Program X I have certain assets already created, specifically a landing page that contains a form. Now whenever a user fills out the form and the lead is assigned to Salesforce, I want to be able to identify from within Salesforce and the Lead source should be Program X or whatever I choose to name it. How do I achiece this? Thanks in advance.
Solved! Go to Solution.
Edem, this is correct to add the hidden field, but you need to populate that hidden field somehow. It can be via a URL parameter, javascript, or if that form is only used in one place you could have a value that will automatically populate just for that form.
I'd also advise you to update in Admin how the Lead Source field can be overwritten -- it's likely that you will want to block it from updates via form fillouts because you won't want to overwrite a lead source.
Hey Edem, you can write the lead source in a number of ways, whether it's from a data value change in a smart campaign, a hidden field in a form, or a workflow in SFDC. It really depends on how you want to go about it.
This is what i have, is it correct?
Edem, this is correct to add the hidden field, but you need to populate that hidden field somehow. It can be via a URL parameter, javascript, or if that form is only used in one place you could have a value that will automatically populate just for that form.
I'd also advise you to update in Admin how the Lead Source field can be overwritten -- it's likely that you will want to block it from updates via form fillouts because you won't want to overwrite a lead source.
Thank you I got it to sync to Salesforce now I need to figure out how to overwrite lead source in the Admin section.
Hi Dory, quick question, I got the sync to work correctly and I'd like to know do I overide the Lead Source in Admin section within Salesforce or Marketo? I really appreciate your help.
Hey Edem, are you looking to overwrite the field if there's a value in there or do you want it to be the original lead source forever? If you want the source to remain from the first lead source, you would want to block updates from basically everything. This means if the field is empty that a value will be written, but if there's a value in the field then the update will be ignored.
You may also ask your CRM team to create it so it shows in the Marketo and SFDC picklist of lead source.
Yes this is exactly what I am trying to do.