Have you solved this?If not here's a solution: You will need to add a
validation pattern to the text field.Click on the field. Look at the
Object pallette and click the Value tab.Given that initials will be two
or three letters, set the validation pattern as a single letter;type a
capital A in the validation. If a user types more than one letter, the
Alert box appears.In the Validation Pattern Message box, type your
message:By entering your initials you are confirming you have done x, y,
and zAn...