Skip to main content
thomasm16477343
Participating Frequently
March 25, 2019
Answered

Take and put text in a PDF box

  • March 25, 2019
  • 1 reply
  • 601 views

Good.
I would like to know how to do in js to complete the boxes that have a pdf to complete and also how to obtain such information.

Thank you

This topic has been closed for replies.
Correct answer Bernd Alheit

Set the value with:

this.getField("field Name").value = value;

Read the value:

this.getField("field Name").value;

1 reply

Bernd Alheit
Community Expert
Bernd AlheitCommunity ExpertCorrect answer
Community Expert
March 25, 2019

Set the value with:

this.getField("field Name").value = value;

Read the value:

this.getField("field Name").value;