I'm new to Acrobat forms; just finishing my second, using Acrobat 8. I have one field where I want to limit user entries to one of three letters. In other words, they can only enter C, N, or H in this particular field. Is there any way to do this? I already have a column of this field created and formatted, and am hoping I don't have to start over and replace it with a radio button.
Thanks!
In Acrobat you write a custom JavaScript with all the control.
In LiveCycle Designer, you can chose either FormCalc or JavaScript and write a script the results in either a logical true for passing the validation or a logical false when the validation fails. For any validation method you also need to enable an option for the field and enter the text for the error.
George Kaiser