I have been tasked with creating a form for the first time. I have been self-taught and have been reading and learning here. I have one question I couldn't really find. How to display form comments on the main form page. I'm talking about the comments from the users who have been commenting on the form as it's been circulating. Instead of only being on the action panel. I have what I'm talking about attached in a photo.
Question
Posted to
Laserfiche Lounge
Question
How to display form comments on the main form page
asked on March 7, 2023
0
0
Answer
SELECTED ANSWER
replied on March 7, 2023
I create a multiline field and name it Comments. On my forms I use this CSS to hide the default comment box.
.approval-wrap .comment-section { display: none; }
1
0
replied on March 8, 2023
That seemed to work great. Is there a way to display the past comments from that field in the form as it keeps moving through?
0
0
replied on March 8, 2023
This is what I provide to my users that wish to keep a track record as they go along in a process:
2
0
replied on March 8, 2023
If you just want to let the next task user see comments then in the email section of an email or user task you can insert in the body area this code,
Issues: {/dataset/_comment}
0
0
replied on March 8, 2023
that's pretty slick craig!!!
0
0
Replies
You are not allowed to reply in this post.
You are not allowed to follow up in this post.