Skip to main content
Participant
October 25, 2017
Answered

linked pdf fields -- backspacing code?

  • October 25, 2017
  • 2 replies
  • 528 views

Hi, I have two fields linked together in a pdf, so that the text flows from one line to the next... using this code:

// Move to next field when this one is full
var t=this.getField ("strongpoints1");
if (event.fieldFull) {
    getField("strongpoints2").setFocus();
}

Can anyone direct me to a coding solution that allows me to backspace from the second field back through the first field? Right now, I have to click each field individually to backspace the content on that line. But I would like it to automatically backspace up through the previous line.

Thank you!

This topic has been closed for replies.
Correct answer try67

It's not possible.

2 replies

Bernd Alheit
Community Expert
Community Expert
December 18, 2017

Use one multi-line text field.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
December 18, 2017

It's not possible.