Exclude widget header and fields from printing

Hi,

I mean, the print function doesn’t exclude that and prints it completely.

@media print {

  [class*="header__Container-sc"],
  [class*="form__Container-sc"],
  button {
    display: none !important;
  }
}
2 Likes

Thank you for the feedback!

I am glad to know you like how the Print button works :blush:

1 Like

@Max :upside_down_face: Unfortunately, it’s not working as intended. I’m still using my own with the media instruction. The function in the widget prints everything, not just the result section.

I didn’t want to explicitly call it an issue. Could you please check this?

2 Likes

Sorry for misunderstanding, and thanks for clarification!

I’ll check with the devs if anything can be done and will report back once I have their response :slightly_smiling_face:

1 Like

Unfortunately, there is no way to achieve this now, but we’ve added this request to the Wishlist on your behalf - Exclude fields and their values along with the widget title from printed version.

We’ll keep tabs on it and try to consider the idea if it gets more votes :slightly_smiling_face:

1 Like

Hi @Max then that’s an issue.

The print dialog

2 Likes

I see it more as a design choice rather than an issue, since it’s meant for users to easily compare their inputs with the output.

However, you’re right - the post of the text might sound confusing, and I’ve adjusted it for more clarity.

Thanks again for the feedback!

1 Like