Hello Marketo Nation!
We're looking at implementing a solution on our blog page that accomplishes the following function:
End goal: Only non-blog subscribers will be shown the option to subscribe to our blog.
Thanks in advance everyone!
-Sebastian
You can't directly look up in a list, but if you mirror the list membership to a boolean field (switch true/false as lead moves in/out of list) then you can output that {{lead.token}} in the LP, and in turn use it to decide whether the form should be shown.
Better yet, use a datetime instead of a boolean, since it supplies richer information (blank == not in list, non-blank == when they were last added to the list) than a boolean.