Hello Mike,
I have created a form to simulate your request. You can go to "On
Focus" trigger and add a Javascript action with the following script:
event.target.value = "";
event.target.textColor = color.black;
You can search for those keywords in JavaScript for Acrobat API
Reference to find their explaination and other functions to control
the fields.
-- CenoPDF Support