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

Question

Question

Some questions about the comments fields for User task!

asked on January 10, 2017

I found that the comments fields for User task can not be set in the form building page. but I want to collect the comments contents for other use.

1.Can I use the comments contents for my required.

2.Can I rename the comments field? for example, I need a field named "Rejected Reason", and just for the rejected situation.

3.Can I remove the comments field and Rebuild another field for my required? If I Build another field for my request now, then the user will see two fields for comment in one form, it dosen't make sense

 

thanks a lot

0 0

Replies

replied on January 10, 2017

You can add following custom CSS to the CSS and JavaScript for the form used in the user task to hide the comment area:

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

Add add a field to the form with both required checked and customized label. 

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

Sign in to reply to this post.