Skip to main content
Participant
July 23, 2021
Question

creat a dynamic stamp with signature field

  • July 23, 2021
  • 1 reply
  • 284 views

Hi, everyone,

is there a way to create a stamp with a signature field? I have already managed to create a stamp with a text field and a date field. However, the command for a signature field is not clear to me.

 

 

Text field code:

if((event.source.forReal) && (event.source.stampName == "Fertiger_Stempel"))

{

 var cText = app.response

  ({

   cQuestion: "Bitte den Text für den Stempel eingeben",

   cTitle: "Text für Stempel",

   cLabel: "Inhalt: "

  });

if (cText && cText.length)

 {

event.value=cText;

 }

}

 

 

 Here is an example of what it should look like

 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
July 23, 2021

You can do it, but it would be meaningless, as a stamp is flattened when you apply it, so the signature will be no different from an image.