Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Unfortunately when you create a checkbox field, it default sets everyone in your database to "false" and they become "true" only when the box is checked.In your case, you'll need to add a "Filled Out Form" filter to your smart list and specify what form the leads would be completing. This should let...
Yes, you should be able to just remove the trigger from the smart list and no one else will be added to it. If you have any other campaigns that might add people to it, make sure you switch that as well.Just don't deactivate the campaign and you should be fine.
I believe the only way you could dump them into the engagement program and they would pick up where they left off is if you were using programs in your drip program.To be safe, I would probably just cut off adding new people to the drip and let the leads already in it finish running through.
You should use an engagement program and rather than removing them when their status changes, just pause them. The engagement program will not send the same content to the contact twice, while adding/removing from a smart campaign will.
That's a great idea to reset the score back to 100.As far as I know, using "Sync to SFDC" with auto-assignment doesn't update the owner if the lead is already assigned, is that correct? I've seen a few things with APEX that might be able to accomplish this, like you said.I appreciate the insight!
I'm curious if anyone has done something like this before or has suggestions:I'm looking to build a smart campaign that will identify when a lead with a specific lead status earns an additional X amount of points. Upon doing so, their status would change to a different one, and they would be reassig...
You'll have to do the same thing for the other types of fields, so if you have any textareas (which by your image, you don't), you'd also specify those. select { color: #000000 !important } textarea { color: #000000 !important }
You can do this in Marketo by using a "Lead Performance" report and then just set the smart list filter to "Filled Out Form" and specify your form. Then add a constraint for "Date of Activity" and select timeframe, "Yesterday." Then set up the subscription to send to your VP.The downside to this is ...
Unless I misunderstood you and the font color is light gray... then:input { color: #000000 !important }
Try adding this to the custom CSS of your form:input { background: #000000 !important }