Syntax Issue
hi everyone,
i have required field script below on exit event not work!
what doing wrong?
thanks you
if
(contact.rawvalue != null)
{contact.mandatory
= "disabled";
}
var
contact = this.rawvalue;
this.rawvalue
= contact.touppercase();
i think javascipt getting confused .....you have object called contact define variable called contact after when reference contact not know 1 want. can either rename var else or use full expression contact field.
paul
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment