23
Views
2
Comments
[InputToTinyMCE] Can I save in the database the InputToTinyMCE result? Can I restore it?
Question
inputtotinymce
Web icon
Forge asset by Caio Santana Magalhães
Good morning, my I save what my user typed and formated into InputToTinyMCE and restore it?
2019-11-11 17-10-24
Manish Jawla
 
MVP
hi,

yes you can, take binary data in table as datatype to save the data and retrieve the same and show it within the expression,

Regards,
MJ

2019-10-27 01-32-56
Caio Santana Magalhães
 
MVP
giocastro wrote:
Good morning, my I save what my user typed and formated into InputToTinyMCE and restore it?
 
Hello,

It should work just like a regular textarea. When the user types into the TinyMCE editor, all text is transferred to the hidden textarea underneath.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.