Hello,I am trying to copy one text field, EmployeeName, to another, Contacts, for an incident report form I created in LiveCycle. I am still new with Javascript, and have found this code which I thought would work:getField("EmployeeName").value == getField("Contacts").valueAsString;The problem I am...