Hello Marketing Nation,
I am launching a gated white paper, and I recently received feedback that the form needs a pre-check check box, with the copy "Contact me to schedule a demo" next to it to opt people in.
After researching the product docs, and the marketo forums, I was not able to find documentation on how to best build out the necessary programs to capture and store this data. I guess you could call it a "subscription center."
The end goal is to have sales follow up with the people who leave the box checked, as they are hand raisers.
My questions are as follows:
1. On the form, which Marketo form field is "best" for this scenario or does this require a new, custom form field to be built?
2. What is the optimum program set up (smart list and flow steps) to effectively track people who leave the box checked and ensure that sales gets alerted (I already have a Request A Demo campaign - would it be to add those people who leave the box checked into my "Request A Demo" campaign?)
Thank you,
Spencer
Solved! Go to Solution.
You need to create a boolean field in Admin. Then link that on your form (pre-check if desired, but know that some people see that as 'cheeky').
Then create a trigger SC that will watch for that boolean value becoming true (Data Value Changed / New Value = True) and have a flow step that adds them to a list, sends an alert, or whatever other process you need to follow.
You need to create a boolean field in Admin. Then link that on your form (pre-check if desired, but know that some people see that as 'cheeky').
Then create a trigger SC that will watch for that boolean value becoming true (Data Value Changed / New Value = True) and have a flow step that adds them to a list, sends an alert, or whatever other process you need to follow.
Thank you, JD!
If your audience includes European citizens, pre-selecting any sort of opt-in box will also be illegal, come May (as a result of GDPR). It‘s a best practice to never pre-select these types of opt-in/consent tick boxes.
+1, CASL too...
Thank you Dan and Sanford. I definitely want to ensure that our communications are following all applicable laws... I appreciate the feedback.