Revu Specifics => Revu Forms => Topic started by: Chromagon on June 26, 2019, 09:01:06 AM

Title: JavaScript stamp issues... still
Post by: Chromagon on June 26, 2019, 09:01:06 AM
I've found an official BlueBeam PDF stamp that accomplishes what I want my stamp to do, and have replicated the code in my stamp, but it still isn't working. So clearly it's something I have setup incorrectly but I have no clue. Attached are both stamps, the JavaScript example being the BlueBeam stamp that works and the other being mine that doesn't. If someone more knowledgeable in JavaScript could take a look and help me identify the issue I'd be incredibly grateful. Thanks!


JavaScript example: https://drive.google.com/open?id=10SmgxNgo59aiyWgysQjb4Ki-vb0Of_JV (https://drive.google.com/open?id=10SmgxNgo59aiyWgysQjb4Ki-vb0Of_JV)
My stamp: https://drive.google.com/file/d/1oUHfbZwsqcECGHWyx8qyHEsCdP_O_jRm/view?usp=sharing (https://drive.google.com/file/d/1oUHfbZwsqcECGHWyx8qyHEsCdP_O_jRm/view?usp=sharing)
Title: Re: JavaScript stamp issues... still
Post by: Scott on June 27, 2019, 06:47:06 PM
I struggled with this as well. Check the "Global Scripts" make sure you created this as well. There is likely something in there that needs a bit of a tweak with how you made your stamp, maybe.

I can only say it was a learning curve for me, and I wonder how I what I was trying to get working actually working.