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

Fields missing from reset a form property, Acrobat Pro DC

Community Beginner ,
Dec 29, 2017 Dec 29, 2017

Copy link to clipboard

Copied

The list of form fields is missing from the "Mouse Up" "Reset A Form" action of my button. I have tried creating a new button from scratch and get same result. What's wrong? I really need this to work. I've never had this happen in 17 years of using Acrobat.

TOPICS
General troubleshooting

Views

347

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
Community Expert ,
Dec 29, 2017 Dec 29, 2017

Copy link to clipboard

Copied

Specific fields? What type of fields?

You can always use a script... If you want to reset the entire form, enter this code:

this.resetForm();

If you want to reset specific fields, use this:

this.resetForm(["Field1", "Field2", "Field3"]);

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
Community Beginner ,
Dec 29, 2017 Dec 29, 2017

Copy link to clipboard

Copied

LATEST

A mix of text fields and radio buttons. I want to clear the fields on a specific page so the page can be filled in again if necessary. I need to know why this is happening and how to fix it; have never encountered it.

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