I know how to use the req.body.name to get text values from the front end. I cant figure out how to get the contents in my summer note to my Node JS server. How can I fix this problem?
I am asscessing the contents inside the summer notw WYSIWYG editor with this code in node js: req.body.editor.
I get undefined as the result.