I am trying to color a border based on value entered into the cell within a form.The cell is a numeric fieldBelow is the scripted for the cell.Not sure why it is not working. I form1.#subform[0].Table2.Row1.FFMCRow1::calculate - (JavaScript, client)var v = Number(event.value);if (v>=0 && v<=73) {eve...