Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
What you're describing is what will happen by default. As long as you have "Form Pre-fill" turned on, it will pre-pop their info by default. And since these are just boolean data value fields, when they submit the form, the data values will be automatically updated. Basically as simple as it gets.
Oooookay I think I gotcha. So the fields that they are checking on the form are mapped to the "list" fields in Salesforce. You don't need to do anything else, and you "Change Data Value" flow step with choices doesn't really do anything. The data value is changed when the form is submitted. If you w...
Hi Ellie!Do you have a program tag for Industry? I have found that to be very helpful when segmenting out my reporting. Create Custom Tags - Marketo Docs - Product Docs You can pull the tag values into RCE to split out your reporting by Industry. If you want to do dynamic content by Industry, make s...
Which report are you looking at? You're in RCE, not Analytics, right? Do you have Email as a shared field so it shows up in RCE?If so, I believe you can add it to the top under filters.
What are these "Salesforce lists"? Are they campaigns? Sorry, not quite as familiar with Salesforce.Could you create a workflow in Salesforce to add them to the list triggering off of the field value changing?
Also do you mind marking my answer as "correct"?
Make sure that the "target" attribute in the is not set to "_blank"HTML link target AttributeBy default things should open in the same window, but if they're not you can set the target to "_self"
Are you formatting the URL correctly when you paste it into the box? You should use the background-image property like this:background-image: url("paper.gif");CSS background-image property
Is it because you started your querystring with a & instead of an ?That might confuse Marketo.