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

Show/Hide Next Page Using Buttons/Checkboxes/Radio

Guest
Nov 20, 2017 Nov 20, 2017

Hi,

I have a fillable form PDF that has multiple similar pages. I want to be able to add more pages for entry if the user needs it, but not have the document be tens of pages long.if the user doesn't need that much space.

Someone had suggesting using method spawn for this; I tried it, but I found that my form field names changed so that radio buttons were no longer linked etc. And that it would always add to the bottom of the doc, whereas I'd want it directly after the template page.

So instead, I'm hoping to add hidden pages to my form. I want my users to be able to click a button (or a checkbox, or a radio button, or whatever) at the bottom of the template page that will unhide the next page so it can be filled out. Is this possible?

Thank you!

TOPICS
Acrobat SDK and JavaScript , Windows
384
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
Community Expert ,
Nov 21, 2017 Nov 21, 2017
LATEST

but I found that my form field names changed so that radio buttons were no longer linked etc. And that it would always add to the bottom of the doc,

Spawn have a parameter to manage form fields renaming, and another to manage the place of the new page.

You should read the AcrobatDC_js_developer_guide.pdf : Acrobat DC SDK Documentation


Acrobate du PDF, InDesigner et Photoshopographe
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