I have code that makes a field required which is what i want but my error message will read
"Please provide a name. cannot be left black"
I just want the error message to say Please provide a name.
if (this.rawValue == null || this.rawValue == "")
{
this.validate.nullTest = "error";
this.assist.toolTip.value = "Please provide a email.";
xfa.layout.relayout();
}
use this script in the exit:Event of the field:
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs