Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Carrie,pls close the question, so that it gets out of the radars 🙂-Greg
HI Clark,is you email Operational? If not, email sent might be prevented by either communication limit or unsubscription.Look at the lead activity log an see what the error is on the flow step.-Greg
Hi Carrie,If you have a lead field that only contain email addresses separated with commas (and only this), you may use it as a token for alert addressee in the "other field", on the alert flow step. I have tried with 1 email, it worked, so may with many, it's worth a try, IMHO.-Greg
If you regularly import databases which quality is variable, I would go for the second solution and reserve the second solution for emails sent to recently imported lists (with a higher risk of unsubscription and hard bounced). Otherwise, I concur with John, #1.-Greg
There is a fourth solution : drop the second IP address and save money 🙂-Greg
Hi again,I gather that a code like this would work :MktoForms2.whenReady(function(form) { // array of independent checkbox fields to be considered a mutually exclusive set var mutexSelectors1 = '#field1__c, #field2__c, #field3__c', mutexSelectors2 = '#unsubscribed' ; var formEl = form.g...
Hi again Sanford Whiteman ,I gather that it makes all the fields mutually exclusive, meaning that only 1 can be selected at any time.What I need if more :1 group :Suscribe to :Product newsEvent inviteBlog postsUnsuscribe from every emailWhen the visitors checks the last one, the 3 first are unchecke...
Hi Allison,ON Free forms, you just drag and drop the snippet where you want. The code I gave you earlier is for guided LP templates only.But be aware, Free form are based on absolute positioning and should be developed on Marketo standards.-Greg
Second though,Is your LP Template a Guided one or a free form one ?-Greg