Hi,
I want to do something VERY basic.
I want to change the background color of the form header when a value is present in my data.
for example, I have an alert flag in my entity.
when the alert is set, I want to set the background color to red.
how I can access the header HTML object?
my jquery / javascripts are not working.
like document.querySelector('[data-id="form-header"]') is returning nothing.
any idea on how to do this?
thanks.