Hi.
I have installed a richtext editor and made the description field on a quote editable with this as you can see here.
My question is then, how do I get this text in its form into the fields on the template i have created?
Right now it shows the HTML as well?
Does anyone have a good answer?
Hello,
I don't think you will be able to use HTML formatting in the native way in word template. The only workaround I see is to create a "shadow" field that is populated with the real text and that can be done using Regular expression - stackoverflow.com/.../regular-expression-to-remove-html-tags-from-a-string and use that shadow field in your word template.