Skip to main content
Participant
March 5, 2024
Question

Auto add text and fields from clicking a button

  • March 5, 2024
  • 1 reply
  • 703 views

Hello,

 

Is it possible when a user clicks a button it adds text, texts fields and checkboxes? I dont to hide the information as it defeats the purpose. I want the user to be able to add as much as they want/need. We're trying to save clutter on the form

 

Below is an example the "(ADD another HK LESION)" is where the button would go to add another section. I understand it may not be as simple because we're trying to add text fields and checkboxes and then they have to be moved up and down and placed accordingly to their appropriate position. Kinda seems like Javascript will be involved if so I just need a sense of directions of how to do it in Adobe. If it's possible I would like some help or even other alternative ideas that may work. 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
March 5, 2024

Short answer: No. PDF files are not dynamic in this way.

Long answer: Yes, to some extent, but it's extremely complicated to set it up, as the entire contents of the page (and maybe even the entire file) need to be placed into form fields that you show/hide and move around dynamically, based on the user's selections.

Participant
March 5, 2024

I figured this was the case. Just needed an outside perspective on the situation.  Thanks.