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

Question

Question

Make a field bold

asked on June 17

Hello, 

 

I've been having trouble making a field bold on Laserfiche 11. Any help is greatly appreciated! 

0 0

Answer

SELECTED ANSWER
replied on June 17 Show version history

Also, and I probably should have started with this before the CSS - this can be controlled for all sections, tables, and collections via the built-in styling.

0 0

Replies

replied on June 17

Which version specifically are you on?

The ability to use basic HTML tags like <b> and <i> were added in to some of the field labels and components in one of the Laserfiche 11 Updates, but was not available initially.  You might be on a version before that was added.

0 0
replied on June 17

I did try that and it did not work. We are currently using Laserfiche Forms Professional Version 11.0.2311.50564

0 0
replied on June 17 Show version history

That version was the last release of version 11 (give or take a minor hotfix, 11.0.2311 was the last major release), so you should have the ability to do that.

It doesn't work on everything, but as you can see here, it is working on the label, the text above, and the text below the field.

0 0
replied on June 17 Show version history

Weird, it doesn't seem to work for me.  

0 0
replied on June 17

What is that, a Section?  That might be one of those "...It doesn't work on everything..." situations.  It is working for me on Version 12.0.2509.20409, but I wouldn't be surprised if the Sections didn't work with that on 11.0.2311 and it was added during one of the version 12 releases.

In the meantime, here's some CSS that will probably work (tested on Version 12.0.2509.20409, so I don't know for sure it'll work for you, but I think it will).

This CSS will work for all section titles: 

.section-title .section-label {
  font-weight: 900!important;
}

If you want to limit it, then this CSS will work for section titles when the section has the boldTitle class: 

.boldTitle .section-title .section-label {
  font-weight: 900!important;
}

 

0 0
SELECTED ANSWER
replied on June 17 Show version history

Also, and I probably should have started with this before the CSS - this can be controlled for all sections, tables, and collections via the built-in styling.

0 0
replied on June 17

Thomas,

We have opened a support case on your behalf and notified your Laserfiche Solution Provider as well.

Are you designing a modern form or a classic form? The HTML tags won't work in classic forms so please see if that may be the issue.

If that isn't the issue, please work with your Solution Provider to provide us a sample business process XML with a form that exhibits this issue so we may examine it further.

Regards

0 0
replied on June 17

Can't believe I didn't realize the options were in the Theme area. Haven't been using the new designer for that long. Thank you!

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

Sign in to reply to this post.