How to send value to Html field using server/client script?
I need to send the value of incident task's description in the below field. This field is in the portal. <div class="edit_email" ng-if="edit"> <h2> Email Response: </h2> <textarea style="width: 100%; margin-bottom: 20px;" ng-model="data.approval.tas...
