Hello,
I’m struggling with something that should be fairly simple. I have a table with multiple fields (ie.: name, ticket, product) and I want to populate a textarea with a template that incorporates these values. I’ve tried the method below to apply one field (eq_customer_name), without result. I can bind the whole textarea to one field fine, but that destroys the purpose of the exercise:
The textarea is a summernote editor that is prepopulated with certain fields, that the user can amend and complete with additional free text. It’s then inserted in a database to be stored and sent as an email.
It’s basically a way of preformatting an email and leaving some room for manual editing as well.
Thanks Teodor, I have summernote working fine, my problem is binding one field after another within the textatea, I don’t know if that will be addressed with the future integration. In most cases people only have a need to bind one field to the textarea, I’m trying to bind multiple db fields concatenated to the same textarea:
Hi @brad, it’s summernote, Teodor pointed out to an integration guide. It’s fairly easy to do, but if it’s going to be available transparently in Wappler, I’m of the opinion of holding on for a few days. I have a page with 8 different instances of the editor and it gets a bit messy to track the different js scripts.