Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Sanford Whiteman,I was trying to embed this code but stuck with the cssselectors.cssSelector: '#IsTestContact__c, #Email_was_deleted__c, #ContactReq__c',Please let me know how to find the Css Selectors in my form. Below is the form i have restrict leads to select not more than 3 options.
Thanks i...Hi Amanda Meuwissen, Use Style="text-align: center" in TD or P or DivIt will work for sure.Thanks
Hi Jacqueline Kinyanjui,Let me break the above puzzle for you in a simpler way.1. create one field with string as a datatype.2. Then use it in the form as radio button and add values like below snip.and now if some one check any value the stored value will get in to the database and you can retriev...
Hi Tom KerlinIt would be easier if you share the whole text code instead of a image. As i was unable to test on this code i have tried something on my on.I would suggest you to replace Div with Table. as it works the same way as a tag when it comes to email design.I tried the below code and it it ...
Hi Tom Kerlin,Share the code. I think i can help you with this.
Hi Allison Isett, These two different questions.1. For duplicates:Marketo only remove duplicates if he found that the there is an existing record with the same Email ID. If most of the primary fields are same then it will mark it as Possible Duplicate. To avoid that create a smart list with the e...
Hi Christine Selvaggio,You can block them you your Admin account. Below is the process.1. Open Field management.2. Search the field form right bar3. Go to Field actions. Snip Below:4. Tick the options from you want to block it.Hope this helps
Hi Chantelle Marchionda,I would suggest you to try Marketo Random sample option.We use that to assign Lead to our Sales Reps on a Percentage basses. -Ravi Ansal
Hi Trask Rogers,if would suggest you to apply few restrictions on the SFDC side. You can make sure to have email as mandatory field to create a lead and enable other validations as well such as should have @ and so.This way the Lead will be created in the Marketo but not in Salesforce and can check...
Hi Jacqueline Kinyanjui,From the above question what i am suspecting it that you have used a radio button field and storing the value in date field where as it will only provide you the Boolean value i.e. 1 or 0.So the work abound is to create a new field with the data type to Boolean value and yo...