Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Required Fields outline

Avatar

Level 2

Good Morning Everyone,

Got a quick question. I'm sure this one an be done somehow. I created a form and the required filds that are not entered get surround in a big RED box.. Can I change that color??? It's really bright.

Thanks ahead of time.

Lucy

1 Accepted Solution

Avatar

Correct answer by
Level 10

That is an Acrobat/Reader setting. On the Edit /Preferences menu, choose Forms and you can adjust the "Required Fields Highlight Color" in the HighLight Color  Section.

Paul

0 Replies

Avatar

Correct answer by
Level 10

That is an Acrobat/Reader setting. On the Edit /Preferences menu, choose Forms and you can adjust the "Required Fields Highlight Color" in the HighLight Color  Section.

Paul

Avatar

Level 2

Thanks a whole bunch! This did work for me but on my machine only. Is this one of those things that everyone that opens the form with have to change the highlighted color if they don't like the red? Is there a way to make it automatically pick up a different color?

Thanks Lucy

Avatar

Level 4

no. the only you can either "highlight" fields or not. thats the only two options.

Avatar

Level 2

I didn’t' think so. Still had to make sure. Thanks a bunch for your help.

Avatar

Level 2

I have a question,  I am using liveCycle designer/javascript and what I am trying to accomplish is when the PDF open can only the required fields background be colored and the optional fields not?  

Avatar

Level 10

Hi,

First you would need to add JavaScript to the docReady event of the root node (normally "form1").

app.runtimeHighlight = false;

This will turn off the standard highlighting.

Then the simplest way would be to set the background of the mandatory fields manually in LC Designer.

Hope that helps,

Niall

Avatar

Level 2

Thanks Niall, I will give this a try!