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

Question

Question

Hide the built-in comment box

asked on February 12

Before the upgrade, we used the following CSS:

/*Hides the built-in comment box*/
.approval-wrap p, #comments {display: none;}

Now that we've upgraded to Version 11 Update 4, in Classic View, the disabled Comments box at the bottom is is not totally hidden anymore. It’s not visible when the form is previewed, but is when the form is actually run: 

Any ideas?

0 0

Answer

SELECTED ANSWER
replied on February 12

This should work for you: 

/* Hide the built-in comment box */
div.comment-section {
    display: none;
}

 

4 0
replied on February 13

Thank you! That worked.

0 0

Replies

replied on February 12

If you're using the Modern Designer, you can also do this in Field Rules now (starting with version 11).

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

Sign in to reply to this post.