You are viewing limited content. For full access, please sign in.

Question

Question

how to clear the signature field via JS code ?

asked on April 27, 2015

Hi,

 

I have a signature field on the page and want to clear value with  java script code  .Java script code should perform like pressing X on the panel .

 

I would appreciate if you can let me know how we can resolve this issue.

 

 

Thanks in advance .

0 0

Replies

replied on April 27, 2015

If you want to clear the signed signature, you can use code like this:

$('#q1 .form-sig-remove').click();

Change "q1" to your signature field id.

2 0
replied on April 29, 2015

Hi,

It worked .

 

Thanks for your help.

Reza

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.