Hello everybody,
I got an interesting issue with the form add-on. I'm saving the content of CKEditor to a html file. The content of this file is re-loaded back to CKEditor for further edition. The problem happens when you do the following:
- Click the form button (to add a form wrapper)
- add form elements (radio, checkbox, etc)
- add a submit button to the form
Once you save it, the button (step 3) is displayed "out side" of the editor although the data has been saved correctly.
My editor code:
<textarea id="ebody"></textarea>
Suggestions of how to fix it would be greatly appreciated!
Cheers