Hi Syncfusion Teams !
I'm using RichTextEditor tu create email template.
I'want insert field for mail merge at the cursor position like the code snipet on the DocumentEditor :
this.container.documentEditor.editor.insertField('MERGEFIELD '+text+' \\* MERGEFORMAT', '{{'+text+'}}');
First parameter refers field code and second parameter refers display text.
And do the merge on the server side.
Is this possible on the richTextEditor ? Do you have another solution ?
Thanks a lot for help !
++