Skip to main content
Known Participant
April 8, 2021
Question

Condition Apply

  • April 8, 2021
  • 2 replies
  • 775 views

If the One Option Selected the Next Text Field will be active. Like Yes OR NO

When Yes Checkbox Selected the Next Text Field will be active and when NO Selected the text field will be no more active. 

Also if selected NO the below checkboxes also not mandatory or inactive.

If Non of the option selected then also field will not be active. 

is this something possible? Please guide. 

This topic has been closed for replies.

2 replies

BarlaeDC
Community Expert
Community Expert
April 9, 2021

Hi,

 

You can also look at this document - https://www.adobe.com/go/acrobatsdk_jsapiref

 

This provides the reference, and in this you can look at Fields->readOnly property, which enables you to enable and disable user interaction with a field, or you can look at the display object for actually showing and hidding the fields.

 

 

Amal.
Legend
April 9, 2021

Hi Qamarf

 

Hope you are doing well and sorry for the trouble.

 

The workflow that you are trying to achieve is possible using the JavaScript. For more details please check the help article https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_developer_guide.pdf and see if that works.

 

Regards

Amal