I have a few JavaScripts that worked well in Acrobat. I haven't been able to get them to work in Adobe ES4 LiveCycle Designer (I'm a novice).
One of the JS is to enable a tick in a checkbox when text is entered into a text field.
In LifeCycle ES4, I have entered the JavaScript in Script editor, and have 'Show: Validate*'. Unfortunately JavaScript seems not to be working. Any help greatly appreciated. Acrobat JavaScript I'm trying to convert to ES4 is:
this.getField("checkbox 1").checkThisBox(0, (event.value!=""));
Kind regards
Kevin