cancel
Showing results for 
Search instead for 
Did you mean: 

Placeholders in adobe forms

Former Member
0 Kudos

Hi,

Can we implement placeholder in adobe forms ? Please suggest the way.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

prajeshdesai
Contributor
0 Kudos

Try below simple setting for placeholder,

Have a look

Step 1) Click on Patterns button of textfield. Below dailog will open.

Step 2) Check Allow Empty and provide your placeholder text.

Step 3) Click OK.

Hope this helps.

ChrisSolomon
Active Contributor
0 Kudos

What do you mean and "how" are you using the form? With HCM P&F, yes, it is very easy to have "placeholders" and populate them as needed.

Former Member
0 Kudos

Hi Christopher ,

I am developing forms in Adobe livecycle designer in SAP transaction SFP. I need to put a placeholder for text field . PFA the example screenshot . In box. we have the text "Search Google or type url". Like this can we implement in text field using any settings or using javascript code in script editor?

Thanks.

0 Kudos

Hi Vijayalakshmi,

                        Use the following code in the script editor of the input field needed.

      document.getElementById("<input_field_name>").placeholder = "Search Google or type URL";



Regards,


   Toney C Benoy