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

Question

Question

How to pass value of a signature field to another signature field?

asked on May 5, 2015 Show version history

I have tried to find this all around Edit page and this is a screenshot from the page.

I don't want to use both default signature for the current user and prompt to draw signature. I just want to pass value of signature field from last user task to a signature field of the current user task screen.

If there's no option around this edit page,

How to coding this on JavaScript page and how to code to check if this field type 's empty or not?

Regards,

0 0

Replies

replied on May 5, 2015
 
 

If I read this correctly you are capturing  a signature on one form and wish to pass it to a second form?

 

 

This can be done by dragging the variable over to the second form and making it read only.

 

 

Cheers,

Carl

 
2 0
replied on May 5, 2015

For more information, see Abby's post over here

2 0
replied on May 5, 2015 Show version history

Thank you, Carl.

You are correct!

But anyway, I  need value of this signature field pass from my first form  into my second form for 2 fields which they are used as difference name.

From this situation,It can't be done by dragging the field twice. (because it became a gray field.)

How can I due with this ,please suggest?

 

0 0
replied on May 5, 2015

Why do you need the same signature in two places on the same form?

0 0
replied on May 5, 2015
 
 

Ah, in that case, you can use the jQuery clone or appendTo method for duplicating that second read-only signature field your looking for.

http://api.jquery.com/clone/

 

 

*I'm not sure how this will handle when saving to the repository.

 

 
2 0
replied on May 5, 2015 Show version history

Appreciate for your help, Carl.

I have no experience with this but I 'll try from your suggestion.

 

0 0
replied on May 5, 2015

Hi Blake,

    I need the same signature in the same form because They 're used as different roles. For example, A person who sign a request for something should be the same person who sign for for receiving that stuff by default.(But it could be change.)

So there are a requester's signature & a receiver 's signature for the receiving form.

0 0
replied on May 6, 2015

So are you wanting them to be able to click a button or something that just copies the signature at the time they receive it? I'm just trying to understand why they wouldn't sign the form again in the second signature field?

0 0
replied on May 6, 2015 Show version history

Thank you,Blake. What you said is my another option.

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

Sign in to reply to this post.