Skip to main content
Participant
April 27, 2018
Question

Form changes with user input

  • April 27, 2018
  • 0 replies
  • 325 views

Hi,

We are exploring on the possibility of making a PDF Form to dynamically change depending on user input.

For example,

If user selects Option 1,

NoQuestionAnswer
1What's your age?
  • < 5
  • <10
  • <20
  • >= 20

If user selects Option 2,

NoQuestionAnswer
1What's your gender?
  • Male
  • Female

If user selects Option 3,

NoQuestionAnswer
1What's your age?
  • < 5
  • <10
  • <20
  • >= 20
2What's your gender?
  • Male
  • Female

Referencing https://helpx.adobe.com/content/dam/help/en/sign/adobesign_text_tags_guide.pdf , I can dynamically change the question only if there's 1 row, however i'm stuck if the table grows as I don't know how we can get the 'No' sequence incremented, as well as dynamically insert a new row and push the second question in.

Appreciate any suggestion. Thanks!

This topic has been closed for replies.