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

Re: Executing a javascript on a field

$
0
0

What i usually do is to place the code in the target fiel, not in the source field.

 

At first get the value from the source field:
          var value1 = +getField ("text1").value;
Then do the translation from the number to the text

          ... convert value1 to text1
And finally assign the text to the current field:
          event.value = text1;


Viewing all articles
Browse latest Browse all 57214

Trending Articles



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