Nothing
I have this simple form with a text field as TinyMCE and a button.
When i press the button I would like to have the value from the text field in the session var. But it's empty.
If I save the form and edit again it's there.
The point is that I want to enter some codes into the text field and when i press my update button I want these codes to be changed into some text and returned to the text field.