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

Question

Question

Hide the Comment box that appears with the submit button

asked on January 31, 2020

I want to hide the comment box that shows up with the submit button after the initial submission.  I have another comment field I have added that I need the users to complete, and this comment box it confusing to them. I found a post about CSS code, but can't determine where to place that code since the submit button has no field showing up in the form.  Can someone tell me how to do this?

0 0

Replies

replied on January 31, 2020

Answered Sue here

CSS:  .approval-wrap p, #comments {display: none;}

0 0
replied on January 31, 2020

If anyone from Laserfiche is listening, I'd like to point to requests like this as support for an option to enable/disable the "comment" section on user tasks.

To be completely honest, I end up hiding it more often than I actually use it due to the nature of my processes so a toggle would be a nice feature.

5 0
replied on February 3, 2020

I agree, a toggle would be very helpful because I can see needing to use it both ways for different processes.

1 0
replied on February 15, 2021

Anyone have a tip for hiding the label for the comments box. I applied the css above and it hid the text box but still displays the label "comments"

 

0 0
replied on June 14, 2021

.approval-wrap .comment-section {display: none;}

This will hide the Comment header for you as well.

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

Sign in to reply to this post.