Hi
I need to make part of a form visible based on some value fro a db read.
Something like

How can I add CSS references there -
I have seen that ref to add a new div (https://www.chronoengine.com/forums/posts/t105236/ccv6-table-cell-text-conditional-formatting-based-on-date-today) but that won't really suit here because I need to allow for a check box to also enable or disable that div.
I wondered about adding a <link .... ></link>to a small file but that doesn't seem to work.
any suggestions (or better still - solutions🙂 )
Regards
Nick
I need to make part of a form visible based on some value fro a db read.
Something like
if there is a partner record {show the partner div} else {hide the partner div}I am using an event switcher to trap that condition so:

How can I add CSS references there -
div#idPartnerInfoContainer {display:visible !important;}
or
div#idPartnerInfoContainer {display:hidden !important;}
I have seen that ref to add a new div (https://www.chronoengine.com/forums/posts/t105236/ccv6-table-cell-text-conditional-formatting-based-on-date-today) but that won't really suit here because I need to allow for a check box to also enable or disable that div.
I wondered about adding a <link .... ></link>to a small file but that doesn't seem to work.
any suggestions (or better still - solutions🙂 )
Regards
Nick