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

jump between question

New Here ,
Apr 14, 2016 Apr 14, 2016

Is it possible to jump between question?

e.g. question A so you have a pet? Yes/No

question B which kind of pet?  This question should only be seee/ activ if Q. A answear was Yes other ways it will continue to Question C.

Is it possible to do so, how?

TOPICS
Acrobat SDK and JavaScript , Windows
467
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 ,
Apr 14, 2016 Apr 14, 2016

It's possible to show/hide fields based on the value of another field, yes, but it's not possible to "re-flow" the document. So when the answer is No you'll basically have a white space in the middle of your page where the hidden question is located.

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
New Here ,
Apr 14, 2016 Apr 14, 2016

And how do I get it to show/hide fields based on the value from another field?

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 ,
Apr 14, 2016 Apr 14, 2016

Depends. What kind of field is it (the first one)? A radio-button? A text field? A drop-down box?

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
New Here ,
Apr 14, 2016 Apr 14, 2016

might be a combination between radio-button and text field. Havn't maked the form jet since I needed to know if if were possibel to jump between quastion.

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 ,
Apr 14, 2016 Apr 14, 2016

Well, it requires different kinds of scripts, so decide which kind of form field you want to use and then I'll provide you with the code to do it.

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
New Here ,
Apr 14, 2016 Apr 14, 2016

Awsome as I can see on the mock for the questionnaire it will be question with radio-buttones that should be shown/hidden depenting on the yes/ no question before. 

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 ,
Apr 17, 2016 Apr 17, 2016

The question is not what is the type of fields that you want to hide (that's not relevant) but what is the type of fields triggering the hiding/showing.

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
New Here ,
Apr 18, 2016 Apr 18, 2016
LATEST

The triggering field is a yes/no question formed as radio buttons. Think I have found a page with the code that's need and how to do it Thank so much for your help   https://acrobatusers.com/tutorials/show_hide_fields

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