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

Question

Question

How to Add Comments in Custom Reports

asked on May 29, 2018

How to Add Comments in Custom Reports in Forms please? Thanks.

 

Priya

0 0

Replies

replied on June 1, 2018

Comment on the form itself or on the process diagram?

0 0
replied on June 8, 2018

Adding Comments on the Form to the Reports.

 

Thanks

Priya

0 0
replied on June 8, 2018 Show version history

I am not sure that they are supported in reports but I could be wrong. What you could do instead is create a multi-line field that will act as comments and use the following to hide the native forms comments:

Add to javascript:

$(document).ready(function () {
    $("#comments").hide();
});

 

Add to CSS:

.approval-wrap p {
    display: none;
}

 

0 0
replied on June 13, 2018

Thanks

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

Sign in to reply to this post.