Skip to main content
Participant
July 18, 2021
Question

Is it possible that in a created pdf document, allows to users add text, add checkboxes and remove i

  • July 18, 2021
  • 1 reply
  • 164 views

I have create a html form that allows user response several questions, the html file is send to user, it open on a browser and is filled. But futhermore the user can add new sections of questions, add questions with its related checkboxes, delete section and questions, and delete initial images. I allow this interacttion with javascript and is working ok. But i want and i need achieve this functionality in a PDF document is that possible? what tecnology i must use? thank you very much for your time and help

This topic has been closed for replies.

1 reply

Joely10623436
Community Expert
Community Expert
July 26, 2021

That sounds like a job for Acrobat Pro DC together with some JS magic:

https://helpx.adobe.com/acrobat/using/applying-actions-scripts-pdfs.html

 

Good luck.