Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
8

Acrobat Pro- Field text doesn't show up

New Here ,
Mar 22, 2024 Mar 22, 2024

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:

Bodijk_0-1711115152329.png

 

This is what the people see:

Bodijk_0-1711115529952.png

 

 

 

Thank you for your help,

Bo

TOPICS
Create PDFs , PDF forms
370
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 22, 2024 Mar 22, 2024

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.

Regards
Amal
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 22, 2024 Mar 22, 2024

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;
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 22, 2024 Mar 22, 2024
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines