cancel
Showing results for 
Search instead for 
Did you mean: 

Re:read only propery of interctive forms..

Former Member
0 Kudos

Hello Experts,

Can you suggest me how to make the fields read only dynamically in an interactive form using javascript...

Regards,

udaya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Udaya,

Use the following code.

document.forms[['myFormId']].myTextArea.setAttribute('readonly','readonly');

Cheers!!!

Umang

Answers (1)

Answers (1)

Former Member
0 Kudos

You may need any JavaScript to do this.

In Designer you can setup the signature field in that way, that all fields will be locked after signing.

Look here:

Link: http://forums.adobe.com/message/3121870?tstart=2