Hello,How do I test, using JavaScript, whether a specific field exists on a form or not? I tried the following, but not quite working:if (xfa.layout.absPage(pg1.sfCap.sfCapLeft.Table2.Row2) == -1 ){}Note: For the form where I tried this, the Row2 does not exist at allThanks!