Answered
Hi,
I opened up and converted an existing PDF form with the LiveCycle Designer and see that when looking at the script editor the Phone number fields already have AFSpecial functions commented out in the Change and Exit Javascript events. Uncommenting these functions don't seem to have any affect.
Does anybody know if these AFSpecial Javascript function can be used with LiveCycle Designer to validate phone number input?
Thanks,
rw
Here's what is looks like:
F.P1.HPhone_::change - (JavaScript, client)
/*AFSpecial_Keystroke(2);*/
F.P1.HPhone_::exit - (JavaScript, client)
/*AFSpecial_Keystroke(2);*/
/*AFSpecial_Format(2);*/
George Kaiser