Skip to main content
Participant
April 23, 2024
Question

How to make drop down list read only but still be able to view the options?

  • April 23, 2024
  • 1 reply
  • 284 views

I have a large form with many drop down lists which have been filled. Now the client needs to sign the form but I need to make sure that they CANNOT change any of the options selected but still be able to view the available options. Is this possible in acrobat pro DC? 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
April 24, 2024

It's a weird way to have things working, but it is possible. As the custom validation script of the drop-down, enter the following:

event.rc = false;