How can I send the text in the jqxEditor in a post request?
Adding the name parameter to the <textarea> does not work.
I can get the value of the editor with .jqxEditor(‘val’), but how can I send it with the forms other inputs?
Tried to save it in a hidden input field before submitting the form, but it does not seem to work.
I would like to suggest you look at this topic and also, this example, it demonstrates how to get plain text.
Please, take a look this demo, also, I would like to suggest to look at this topic.