Answered
Take and put text in a PDF box

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

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
Set the value with:
this.getField("field Name").value = value;
Read the value:
this.getField("field Name").value;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.