These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Check spelling in user entered text fields

NickiPT
Registered: May 24 2007
Posts: 12
Answered

I have noticed that if a user enters a misspelled word into a text field, it will only show the red underline beneath the word if the user goes back to the field and clicks on it. When the user is not in that field, the red underline disappears. Is there a way around this so that it is more apparent when the user has misspelled something?

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
Accepted Answer
Hi,

the spelling in form fields is only checked by Acrobat or Reader while typing.
There is no setting in Designer that can change this behavior.

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs

Niall
Expert
Registered: Apr 26 2006
Posts: 62
Hi,

If spelling is important on your form then another option would be to include a "check spelling" button with the following Javascript in the click event:

app.execMenuItem("Spelling:Check Spelling");

This executes the spell checker under the Edit menu.


Hope this helps,

Niall
Assure Dynamics

NickiPT
Registered: May 24 2007
Posts: 12
That's great - thank you, Niall!