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

How to capture a duplicate field value

New Here ,
Nov 16, 2018 Nov 16, 2018

Copy link to clipboard

Copied

I have a duplicate field on many pages.  How do I capture that value to to a different field based on a check box.  The duplicate fields have the #0, #1 after them.  I tried with and without that and without that and can't get it work.  Seems to only want a unique field name.

TOPICS
PDF forms

Views

341

Translate

Translate

Report

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

correct answers 1 Correct answer

Community Expert , Nov 16, 2018 Nov 16, 2018

The "#0", "#1" notation means those fields have the same name, and therefore the same value. If you want to access them just drop that part from the field's name in your code and it should work. If it doesn't, post your full code and/or the actual file.

Votes

Translate

Translate
Community Expert ,
Nov 16, 2018 Nov 16, 2018

Copy link to clipboard

Copied

The "#0", "#1" notation means those fields have the same name, and therefore the same value. If you want to access them just drop that part from the field's name in your code and it should work. If it doesn't, post your full code and/or the actual file.

Votes

Translate

Translate

Report

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
New Here ,
Nov 17, 2018 Nov 17, 2018

Copy link to clipboard

Copied

LATEST

I thought I had done it that way, but I must not have because it's working fine now.  Thanks.

Votes

Translate

Translate

Report

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