Copy link to clipboard
Copied
How to change the field background color after date is entered in the text field for Acrobat Adobe DC?
I would like the background color to be changed to yellow when text in entered into the field.
Thank you.
Copy link to clipboard
Copied
Use this code as the field's custom Validation script:
event.target.fillColor = (event.value=="") ? color.white : color.yellow;
Copy link to clipboard
Copied
Thank you very much!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now