Editable Dynamic Stamp
I'm having trouble with my code (I think). I have a dynamic stamp created and have added 2 text fields. One to enter the document # and one to prompt the user to enter the Revision. The code for the document # was easy thanks to this board.
event.value = event.source.source.documentFileName.split(".").shift();
However, I cannot figure our the code to promt the user to enter the revision. The code i have is:
if ((event.source.forReal)&&(event.source.stampname == "#GHhz9-BkcmvhZfa7GtQxrA"))
{
event.value("Revision").value = app.response(cAsk, cRevision);
}
But it does nothing. Any help for a novice would be awesome.
