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

Question

Question

Forms Designer change printed form's format with CSS.

asked on January 9, 2024

I have checkboxes and radio buttons that hard to read when a form is printed. I found some CSS to bold the selected items. Is there a way to darken the grey selection so it is more visible? 

 

0 0

Replies

replied on January 9, 2024

The root cause of the issue is that the printable/saved copies are rendered using the Chrome engine; the radio/checkboxes are disabled in this read-only copy so what you're seeing is how they are rendered by Chrome much like the would be if you were looking at a disabled radio in the browser.

I managed to work around this with some complicated CSS is the classic designer. The CSS would probably be quite different in the new layout designer, but what I did for the classic forms might at least provide a decent starting point for the CSS.
Checkboxes and Radio Buttons Forms PDF/TIFF Generation - Laserfiche Answers

0 0
replied on January 9, 2024

Hello @████████,

Thank you, I did come across that page before. You couldn't get the CSS to work without JavaScript. Since the new forms designer doesn't work well with JavaScript this will not work but it has some great information. 

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

Sign in to reply to this post.