Instructional Text in Adobe Form Grey Please
Hi there,
Just wondering if someone could help out with a bit of Java script please I have the following code within a text field and works ok and disappears when you start typing in that field but looking at the text is there a way to make the text light grey instead of black?
Tried the second option from Gilad D and didn't work for me
https://answers.acrobatusers.com/Is-add-instructional-text-text-field-disappear-clicked-q195078.aspx
Thanks ..... aussie

if (!event.value) {
event.value = "DD/MM/YYYY";
event.target.display = display.noPrint;
} else {
event.target.display = display.visible;
}
