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

I need a Reset Form button, which will reset all the fields on a specific Page.

Participant ,
Mar 16, 2016 Mar 16, 2016

Copy link to clipboard

Copied

I need a Reset Form button, which will reset all the fields on a specific Page. I also need a reset that will clear only check-boxes on a specific page?

I can make a reset for the entire form, but not part of it.

TOPICS
Acrobat SDK and JavaScript , Windows

Views

500

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 ,
Mar 16, 2016 Mar 16, 2016

Copy link to clipboard

Copied

You can reset specific fields using a script, like this:

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

It's also possible to dynamically create the list of fields to reset instead of hard-coding their names, but that requires a more complex script.

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
Participant ,
Mar 16, 2016 Mar 16, 2016

Copy link to clipboard

Copied

No Correct below answer???

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 Expert ,
Mar 16, 2016 Mar 16, 2016

Copy link to clipboard

Copied

What do you mean?

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
Participant ,
Mar 16, 2016 Mar 16, 2016

Copy link to clipboard

Copied

I mean when I go see your answer, there is no place to say you are correct.

I have seen it before but not now. It may be because my question still says

not answered?

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 Expert ,
Mar 16, 2016 Mar 16, 2016

Copy link to clipboard

Copied

LATEST

Usually it's the person who posted the question the one that marks an answer as correct... Although some people do it themselves to their own answers.

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