placeholder text in date field
Brand new to Acrobat pro but pretty savy
Ive discovered a way of having placeholder text in a standardtext form field using the below script.
if (!event.value) event.value = "Message text goes here.";
However when putting in a date picker box, it is not very clear what a user should do. When you click into the field the cursor flashes as if you should text, the method of picking from the claendar is not clear and the arrow is not overly obvious.
Is there a way to either make it all a bit clearer (I know that's subjective) or to add placeholder text to the date field ?
