Hi All,I have a form I have just completed, and it is one of those complex one. There is a field that is numeric, and should not accept less than 4 digits. I wrote the following code, but it doesn't seem to work, and I do not know why.if(SSN_SMg.rawValue > "" && SSN_SMg.length < 4){xfa.host.messageB...