script to use a portion of a form field to fill another form field
Is there a way to have a form field consist of 17 characters (that I know how to do) and then elsewhere in the same PDF have a field that uses only a subset of that field... such as the last 8 characters or only the first character.
Example field name is : MiddleName and later on I want field MiddleInitial which would autofill just the first letter of the field MiddleName.
or
Example field name is Claim_Number, (a 17 character field) and later on I want field Last8_Claim which would autofill with the last 8 characters of the field Claim_Number.
I feel like I have seen the answer somewhere but just can't find the right query phrase to bring up the script or validation or calculation etc...
