Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Just as an FYI -- it sounds like you may have done in correctly elsewhere in your testing, but looking at your screenshot of the rule, I wouldn't expect it to work. There's no stored value set for any of the states, only the Display value.If it's not working when you input it asAlabama|AlabamaAlask...
I believe so -- assuming tracking is enabled in the confirmation email link, that should be enough to associate the form submission with their existing record.
Hi Broderick --I might try using a combination of a hidden field that autofills based off of the URL parameter and Visibility Rules on the field that needs to change. The idea being the URL parameters are actually setting the hidden field, which in turn updates the picklist order/values on the visi...
In the past, we've worked with our SFDC admins to block syncing based on the presence of a particular field -- something like "Do Not Snyc to SFDC". If you can't get the buy-in on creating a new field and adjusting the sync behavior, you can always use some of the other workarounds here, like enter...
Hi Trisha!"Graveyard" is likely a custom attribute created in your instance of Marketo, so yes -- you shouldn't have any problems running a "Data Value Change" flow step on the contacts you would like to set as "False".P.S. -- for Marketo-related questions like this, you'll often have better luck po...
Hi Emilie,Are you able to show us a screenshot of what the form looks like in the Marketo Form Builder?
Hi Said,Looks like you may be confusing Cooke Value with URL Parameter in this case -- unless you're actively running a method to save the parameter to a cookie, then there wouldn't be any value for Marketo to pull from the cookie. If you change your selection in the "Get Value from" dropdown to "U...
Not sure -- I can't see the test page anymore, could be that you have another element on your page with the .mktoForm class? Have a look at extraneous border in the inspector to see why that style is showing.
Two things I can see -- the CSS you're using to select the button isn't working because the .mktoButton element isn't contained within a .mktoSimple class -- the correct targeting to use would be: .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {Also, there's a number of styles from your pa...
Can you share a link to your page? It's always helpful to troubleshoot in a live environment...