Avatar

Level 10

Hi,

One option would be to turn off the highlight with the following script in the docReady event of the root node:

app.runtimeHighlight = false;

This means that the form will be rendered/displayed as you intend, but still allow individual users to turn back on the highlight if they want it.

Good luck,

Niall