Quantcast
Channel: Adobe Community : Popular Discussions - JavaScript
Viewing all articles
Browse latest Browse all 12130

Help with Dynamic Stamp

$
0
0

Hello

I have created a dynamic stamp that I swear was working great this morning, but now odd things are happening. I am very new to this. Heres what i have done so far....

I created the PDF for the stamp.

I created the custom stamp in Adobe

I went to the file where the stamp is kept by adobe and added the form field.

I added this text in custom Calculation:

var cResponse = app.response({

 

cQuestion: "Enter the number to appear in the stamp.",

 

cTitle: "Number",

 

cLabel: "Number:"

 

});

 

if (cResponse == null) {

 

event.value = "*NVALID*";

 

}

 

else

 

event.value = cResponse;

 

I save and close file.

 

I go to my pdf. Hit the stamp icon, go down to dynamic stamps and in stead of a list showing of all the dynamic stamps it takes me right to this

I enter what info i want, and the stamp never stamps.

 

Any suggestions?

 

thanks!!


Viewing all articles
Browse latest Browse all 12130

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>