Hello there,
I would like to know if it is possible to set a value for a Multi Line Textbox with rich text enabled in a Classic Form via JavaScript? I would like to be able to update the value of the field with html content depending on another field.
I tried already many different things but nothing worked so far and I am able to set the value for text fields and normal multi line text fields.
I tried things like this but without any luck:
var txtArea = NWF$('#'+ remun).closest('tr').find('divdid$="_inplacerte"]');
txtArea.html("testing 123");