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

Complete a filed with information from other

New Here ,
Apr 23, 2021 Apr 23, 2021

Copy link to clipboard

Copied

Hi guys! how are you? I have a problem that I am quite sure is very easy to solve, but I am kind of new with this files. The thing is, I am woring on a PDF that is intented to work as a checklist. In one of the fields (product name) I created a droplist with the specifics options that can be used so no typo mistakes can be made. But there is another field the user must complete, and is the product code. To minimize the mistake chances, I pretend to autocomplete the field product code, when the user chooses from the droplist one of the products... how can I get to do this?

 

Best regards!

Leo

TOPICS
Create PDFs , Edit and convert PDFs , How to , PDF forms

Views

326

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 , Apr 23, 2021 Apr 23, 2021

In "product name" field properties, under 'options' tab , add product code as export value of each item, then in "product code" field as calculation script add this:

event.value = this.getField("product name").value;

Votes

Translate

Translate
Community Expert ,
Apr 23, 2021 Apr 23, 2021

Copy link to clipboard

Copied

In "product name" field properties, under 'options' tab , add product code as export value of each item, then in "product code" field as calculation script add this:

event.value = this.getField("product name").value;

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 ,
Apr 23, 2021 Apr 23, 2021

Copy link to clipboard

Copied

LATEST

Hi Nesa, thanks a lot for the answer! It work perfectly 🙂

 

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