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

Text Field autofill when check box selected

New Here ,
May 16, 2018 May 16, 2018

How do I do this?

TOPICS
Acrobat SDK and JavaScript , Windows
347
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
Engaged ,
May 16, 2018 May 16, 2018
LATEST

Put the following script in the custom calculate tab of the text field.  Make sure to replace what is in BOLD

if (this.getField("Name of the checkbox").value == "Checkbox export value") event.value = "Autofill sentence"

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