Rich Text Editor Didnt Save Data in Table (Joget Version 6)
Confluence User - 05 Apr, 2021
Hi,
Is there different compability? When submit data for Rich Text Editor input for subform table, it didnt work. Data didnt save. Before this, using Joget v4 and v5 works fine. After upgrade to v6 i faced this issue. Text area and input fields just working fine.
<script>
$(document).ready( function(){
$('#assignmentComplete,#submit').click(function() {
$('[name$=LogRemark]').val($('[name$=log_remark]').val()); <------ here the column for rich text editor
$('[name$=LogStatus]').val($('[name$=status]').val());
$('[name$=LogPosition]').val($('[name$=Position]').val());
});
});
</script>
forms;userviews;user