You are viewing limited content. For full access, please sign in.

Question

Question

Highlighting and Formatting Single Field in a Collection control

asked on August 14, 2020

Hi,

I have a Collection control in a Laserfiche form. This Collection control has 10 single fields.

I want to format the first single field so that it shows in bold and with yellow highlight. Also, I want this to repeat every time the user adds another instance in the Collection. 

Any idea on how to achieve this? I am kind of newbie with Java Script.

 

Thanks.

 

Wissam

0 0

Replies

replied on August 17, 2020

Hi Wissam,

If you add the CSS class "field-highlight" to the field, the following CSS should work:

.field-highlight input {
  background-color: yellow !important;
  font-weight: bold;
}

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.