How I can BOLD the words(DOES NOT MEET EXPECTATIONS) from the script below?xfa.host.messageBox("DOES NOT MEET EXPECTATIONS - Performance level......","PERFORMANCE FORM",3);Thanks
Hi everyone,I have a Required field with the script below on Exit Event which does not work!What I am doing wrong?Thanks youif (Contact.rawValue != null){Contact.mandatory= "disabled";}varContact = this.rawValue;this.rawValue= Contact.toUpperCase();
Here is my scenario:I have a Image field where users enter a Picture.How I can lock the image field after entering the picture having before locking a alert message like:"Image field will be lock. Are you sure is the correct picture?"Also any suggestion how to unlock only the Image field of the form...
How I can add a "%" sign to a Numeric fields and put a limit of 100%?IN case user enter more than 100% inform them that they can not enter more than 100 and then focus to numeric field again.Thanks for your help