Hi -In DTM, please:uncheck the "Manually assign properties & attributes"
checkboxin the "Element Tag or Selector" field, put this value
#purpleHeaderButton Note: you need to match the capitalization from the
code affiliated to the button - so the H and B need to be capitalThis is
what the above will look like in DTM:The # is jquery that tells DTM to
"look for an id that has this specific value" Here is a good article on
the various ways to find selectors (i.e. id, class, etc.) jQuery
Selectors T...