Hello, I have a PDF with multiple separate lines that I'd like to act like normal flowing text. So the user would just keep typing and the text should automatically just continue onto the other lines.
So I have four fields (marked Description1, Description2, etc.). When you get to the end of Description1 it should go to Description2 and so on.
I got this to sort of work with the following JavaScript:
if ( event.fieldFull || event.willCommit ) {
this.getField("Description2").setFocus();
}
There are a few problems with this:
So with all of this it doesn't feel like editing a paragraph.. I feel that a much more complex JavaScript would be needed to accomplish what I'm looking for but I don't know how to write it. Can anyone offer any suggestions?
I would suggest a different approach that is demonstrated with the following file: https://acrobat.com/#d=AG6oZ3bi3DYHokxDPeWN7A
The point is the lines are only really helpful when filling out the form by hand. When filling the form electronically, the lines can be obscured.
I've never seen a satisfying solution of the type you're looking for.
North America
Europe, Middle East and Africa
Asia Pacific