Hello,
there was a defect introduced in EPiserver Forms 5.6.0 causing elements of the type Rich text (with placeholders) to render twice.
Steps to reproduce:
EPiServer.CMS 12.26.1EPiServer.Forms 5.6.0EPiServer.Forms.Core 5.6.0EPiServer.Forms.UI 5.6.0
Notice that the rendering works as expected when inside the edit on page -window
<div class="Form__Element FormParagraphText Form__Element--NonData" data-f-element-name="__field_243642" data-f-element-nondata=""> <div id="6beb4576-e086-4d0e-b180-bb1909b71038"> <p>Test</p> </div> <div id="6beb4576-e086-4d0e-b180-bb1909b71038__OriginalText" class="Form__Original__ParagraphText"> <p>Test</p> </div> </div>
kindly // Fredrik Johansson
I am seeing the same behavior in version 5.10.1 as well. To bad this hasn't been fixed yet.
There is now a registered bug at https://world.optimizely.com/support/bug-list/bug/AFORM-4544.
Hello,
there was a defect introduced in EPiserver Forms 5.6.0 causing elements of the type Rich text (with placeholders) to render twice.
Steps to reproduce:
EPiServer.CMS 12.26.1
EPiServer.Forms 5.6.0
EPiServer.Forms.Core 5.6.0
EPiServer.Forms.UI 5.6.0
Notice that the rendering works as expected when inside the edit on page -window
kindly // Fredrik Johansson