Closed AxelBriche closed 4 years ago
@jmsche The solution is inside the official doc here but doen't work with this bundle: https://froala.com/wysiwyg-editor/docs/concepts/save/inside-form/
This bundle use textarea but doesn't add all other field in the query.
You are looking at the wrong part of docs, here they are for autosave: https://froala.com/wysiwyg-editor/docs/concepts/save/autosave/
Not sure why you would expect to receive all fields as the docs state you will get the content of the textarea.
Maybe the saveParams
is something you could play with to get other fields.
Froala autosave don't push all my other fields in the ajax query.
And inside the query, my "content" field is named "body".
What is the right way to work with froala inside a form with multiple fields please? Thanks.