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

Re: Securing fillable field after entry

$
0
0

It is possible to lock a field after the user has entered text into it and clicks or tabs out.

 

Use this as the Custom Keystroke script for the Company Name field:

 

     if ( this.value !="" && event.willCommit != 0 )
     this.getField("Text1").readonly = true;

 

Replace "Text1" with the Company Name field in your form.

 

I don't know if it is possible to limit the number of attempts to 2-3 before it becomes locked.


Viewing all articles
Browse latest Browse all 57214

Latest Images

Trending Articles



Latest Images

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