Quantcast
Channel: Adobe Community: Message List - PDF Forms
Viewing all articles
Browse latest Browse all 57214

Re: How to control printing of a field in a form.

$
0
0

And if you need to exclude negative values, it would be:

 

// Custom Validate script

if (+event.value <= 0) event.value = "";


Viewing all articles
Browse latest Browse all 57214

Trending Articles