How to implement conditional screen background colors based on user selection in a previous screen?
Hi,
I have a screen where a user makes a selection of one of many (10+) options. Given their selection, I want the next screen loaded to have a background color that is dependent on the user selection from the previous screen. Is there a way to do this? Basically, I need some sort of conditional CSS (I think).
I found the following which looks like it is on the right kind of track for what I want, but I think it only is set up to work within a sheet, not across sheets.
http://inspectelement.com/tutorials/c...
How would such code work in Tiggzi?
I would like to learn of a solution to this problem as I think it is preferable (good coding!) to create one 'dynamic' sheet rather than creating 10+ sheets and conditionally loading them based on the user selection.
Thanks in advance for your help!