Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Trying to combine multi fields into one

New Here ,
Sep 22, 2016 Sep 22, 2016

I have a multi page form that I would like to pull 3 fields on one form and make them into one

ex Field1= Firstname

Field2=Middlename

Field3= Lastname

They are on page 1 and on page 7 I want the one field to have

Field 4= Firstname middlename Lastname

I do not know anything really about java and am just trying to figure out if I have to use it or is there an easier way

TOPICS
Acrobat SDK and JavaScript , Windows
281
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 22, 2016 Sep 22, 2016

Adobe Acrobat uses JavaScript, not Java.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 22, 2016 Sep 22, 2016
LATEST

What do you want when there is no data entered into the name fields or the middle name or first name  is empty? A null string or 2 spaces.

In earlier distributions of Acrobat, there was an example that could concatenate up to three fields with an optional separator character and automatically adjust for missing or no data.

How to concatenate values from fields on a PDF into another "calculated" field?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines