Hi
I’ve added a rich text editor similar to the one described in this tutorial: Velo Tutorial: Creating a Rich Text Editor Using the HTML Component | Help Center | Wix.com
On the page with the editor all the fields load up properly, with CKEditor I can change the content of the text box that’s linked to the rich text field.
When I submit the page all the fields get updated except the rich-text field.
I tried to update the dataset manually ie :
$w(‘#dynamicDataset’).setFieldValue(“Content”, event.data);
This didn’t work either.
Any ideas on how to resolve this?