cancel
Showing results for 
Search instead for 
Did you mean: 

Lock input-fields on digitally signing the form

Former Member
0 Kudos

Hi,

Is it possible to lock the input-fields once the form has been signed?

Also I want to pass the digital Certificate along with the pdf. How do I do it?

Please help me.

Thanks,

Prasanna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The input-fields I am using are in the Adobe Form(Interactive form) and not in the web dynpro View.

How Do I set it to Read Only after digitally signing the document?

Thanks,

Prasanna.

sridhar_k2
Active Contributor
0 Kudos

Hello Prasanna,

If i understood your first question correctly, you don't want to allow the changes in the InputField.

Create a context variable type boolean and assign it to readOnly(nameChange) property of input field.

You can change its property in your business logic

like

wdContext.ecurrentContext().setNameChange(true/false).

Regards,

Sridhar