[Templates] Conditional statements with tokens (if ... else ...)
In landing page template development, can we make use of conditional statements in combination with tokens (e.g. if {{Lead.Inferred Country}} is..., if {{Lead.Full Name}} contains...)?
Example 1: Some leads in our db have 'unknown' in the job title field. I wand to clean up our db but progressive profiling doesn't work here since there is a value. If I was able to show a particular form based on this value I could include a particular form that would ask just this without pre-populating the form so the user is forced to re-enter this data.
Example 2: A cool Marketo form feature is "If visitor known, show ...", but its powers are limited. We might have a form of 10 fields, but if for example we know the person's email address it would be considered a "known visitor" so he/she doesn't see the form. With conditional statements we could create this functionality ourselves and make it a bit more smart. A combination of progressive profiling, "If visitor known, show ..." and conditional statements would allow us to clean our db and make the user experience much better (only ask what we really need).
Thanks!