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

Question

Question

hide {/dataset/_fs_comment} from User Task

asked on June 1, 2020

How do you hide the {/dataset/_fs_comment} field from the approval user task?

0 0

Answer

SELECTED ANSWER
replied on June 1, 2020

You can hide it with custom CSS

.comment-section {
    display: none;
}

 

0 0
replied on June 1, 2020

Thank you!

0 0

Replies

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

Sign in to reply to this post.