Hi all,
I'm doing a customized CBC and have ran into a problem. I have a conditional display image for the 1st attribute (showing on top) and a conditional display text for the same attribute (replace the 1st attribute)
when I use
[%CBCDesignLevelText (Modern_Random1, 1 , 1) %]
it returns the text that has been processed by the conditional display. Is there any way to get hold of the original level text somehow?
notice: I'm thinking of removing the conditional display replacement and replace via javascript, but would rather not if someone can come up with a solution. I'm using JS for quite a lot things on one screen, so trying to keep it optimized somehow