Solved
Using lead tokens in javascript causing errors
I'm trying to set javascript variables using lead tokens, but it looks like the tokens spit out html entity versions (e.g. instead of "Matt" it spits out "Matt"), which cause all sorts of problems with the script.
Has anyone encountered this before?
Has anyone encountered this before?