User Profile
Collapse
-
I'd love to leave them freedom, but this 6 digit limitation is what my boss wants.. I've no choice,.. and no ideas also.. -
JavaScript in Adobe Acrobat 8
I really need help on this one.
The problem is quite simple-
I've got many text fields that user has to fill. The thing I can't figure out is how NOT to allow go to next field if the length of current field's value is less than 6 digits. I tried something like this, but I know almost nothing about javascript:
...Code:var lg = getField("From[0]").value.length; if(lg<6 && lg>0){ getField("From[0]").setFocus();
No activity results to display
Show More
Leave a comment: