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

How can I reset all pages of a form?

New Here ,
May 04, 2017 May 04, 2017

Copy link to clipboard

Copied

I have a two pages form and have created a Reset button at the top of page one.

When trying to set it up, the only fields in the reset list are the fields on page two.

How do I reset the whole thing?

(And it would be nice if the answer is something other than an app that's been around for 20 years can only reset one page...)

TOPICS
PDF forms

Views

630

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

Explorer , Nov 08, 2020 Nov 08, 2020

I finally figured out what my problem was - it was using radio buttons vs. checkbox.  Thanks for the quick response.

Votes

Translate

Translate
Community Expert ,
May 04, 2017 May 04, 2017

Copy link to clipboard

Copied

The list should contain all fields in the file. If it's not there might be

something wrong with your installation.

At any rate, you can clear the entire form using this JavaScript code:

this.resetForm();

On Thu, May 4, 2017 at 11:08 PM, customizer2 <forums_noreply@adobe.com>

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
Explorer ,
Nov 08, 2020 Nov 08, 2020

Copy link to clipboard

Copied

Hello, I ran into the same problem - only the fields on Page 2 are listed to reset.

I inserted the the suggested script:  this.resetForm();

but it can now only reset Page 1.  Required fields on Page 2, set to required based on radiobutton selection on Page 1, do not reset.

Is there something else needed to add to the above script?

 

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
Community Expert ,
Nov 08, 2020 Nov 08, 2020

Copy link to clipboard

Copied

No. Could you share the file in question?

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
Explorer ,
Nov 08, 2020 Nov 08, 2020

Copy link to clipboard

Copied

LATEST

I finally figured out what my problem was - it was using radio buttons vs. checkbox.  Thanks for the quick response.

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