Form Fill-In with Editing Restrictions

  • Thread starter Thread starter PAR
  • Start date Start date
P

PAR

In the Text Form Field Options, I set up all fields with a maximum number of
characters "Maximum Length." I also set up my form as a "Protected Document"
and restricted editing except to fill in the form fields, however, a user can
still enter a hard return in the fields. Is there any way to restrict a user
from entering additional returns?
 
Most forms designers put the text form fields in table cells with preferred
width and exact height (and auto resizing disabled). This doesn't prevent
the entry of excess text but discourages it because the text disappears,
which is enough of a clue to most users. If, however, you want to be more
draconian, see "WD: How to Code ENTER Key to Move to Next Field in Form" at
http://support.microsoft.com?kbid=211219. This involves a macro, which will
require that you distribute the form as a template to be stored in a trusted
location so that macros will be enabled.
 
Back
Top