Skip to main content
jnix612
Inspiring
June 20, 2017
Question

Use data from one field to populate other fields in an acrobat fill-in forms

  • June 20, 2017
  • 1 reply
  • 1209 views

I found javascript that allows this, however it only works if the fields are on the same page. I tried to use it on multiple pages and it did not work. Is there coding written I can use that will allow this across multiple pages?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 20, 2017

It doesn't matter what page the fields are located. If it's not working for you there's a different issue.

Check the JS-Console for error messages.

jnix612
jnix612Author
Inspiring
June 20, 2017

Ok I went back to match the field names to exactly what is in the example (name1, name2) and it works on all pages. I think I need the rules to naming. My field is name First Name1, First Name2 and so on. Clearly the spacing is an issue, but is the problem the length?

try67
Community Expert
Community Expert
June 20, 2017

The length of the field name? No, that doesn't matter, either. Spacing does

matter, though. The name in the script has to be EXACTLY the same as the

one in the field's Properties, including spaces, upper/lower-case letters,

etc.