cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic screen changes in adobe form

Former Member
0 Kudos

Hi Experts,

I have an adobe form with a form type radio button. Based on the form type selected (radio button), some of the fields on the adobe form should become editable and some uneditable.

How is it achievable? Please advise.

Thanks,

Shobhit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shobit,

This can be achieved using Scripting.

To make a field non editable

write ->

$.access = "readOnly"

You may please refer the adobe lifecycle designer help and also there are few blogs in SDN regarding - SAcripting in Adobe forms.

Hope these would help.

- anto.