Copy link to clipboard
Copied
Dear community,
I'm on it since 90 minutes and can't find a solution, so please help me out.
I made a very simple form.
My problem is that when I send it over the field doesnt show anything.
I would like to show it for example NAME, SURNAME, etc etc so that is is very easy to fill in.
This is my version on Acrobat pro:
This is what the people see:
Thank you for your help,
Bo
Copy link to clipboard
Copied
Hi @Bodijk
Hope you are doing well and thanks for reaching out.
Please go through the steps provided in the help page: https://helpx.adobe.com/acrobat/using/create-form.html and see if that works.
Let us know how it goes.
~Amal
Got your issue resolved? Please label the response as 'Correct Answer' to help your fellow community members find a solution to similar problems.
Copy link to clipboard
Copied
Use something like this as custom format script (you can remove color part if you don't want it):
if(!event.value){
event.target.textColor = ["G",0.7];
event.value = "Name";}
else
event.target.textColor = color.black;
Copy link to clipboard
Copied
You can set those texts as the fields' default values (under the Options tab in the Properties dialog). Then clear the form and they will revert to those values. The field names are not displayed to the user, normally.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now