Skip to main content
Nintex Community Menu Bar

Update RichText control value on submit

  • October 12, 2017
  • 2 replies
  • 1 view
  • Translate

I need to update Richtext control field value on submit. I am able to update all other types using following but not richtext. I am aware that we need to deal richtext differently and tried but could not succeed.

 

//works for single line of text but not for richtext

NWF$('#'+ReviewHistory).val("Completed Update");

Did this topic help you find an answer to your question?

Forum|alt.badge.img+16
  • October 12, 2017

Try this:

var txtmyRich = NWF$('#'+ ReviewHistory).closest('tr').find('div[id$="_inplacerte"]');

txtmyRich.html("Completed Update");

Translate

Hi Fernando,

I have already tried this but no success. I checked id and I don't see id with _inplacerte. Please find below view source of my form

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings