Campaign_ID field and Value Question
-
I’m trying to include a Campaign ID in my form and I’m failing.
I have built a form on my site submitting to Salesforce with the plug-in where the Campaign_ID is set up as “hidden” and “value” is set to “00N44000xxxxx”.But testing failed and when viewing the source code of the site I see:
input type=”hidden” id=”sf_Campaign_ID” class=”w2linput hidden” name=”Campaign_ID” value=”00N44000xxxxx” />The developers at Salesforce tell me “I would have expected the id to be 00N44000xxxxx and the value to be something like “Homepage” or whatever other page this lead originated on.”
I can change the value to Homepage but how do I change the id from “sf_Campaign_ID”?
How do I get the id to be 00N44000xxxxx?See the images I included in the test page linked above.
The page I need help with: [log in to see the link]
- The topic ‘Campaign_ID field and Value Question’ is closed to new replies.