Try our conversational search powered by Generative AI!

CSS class .EPiServerForms is required; should be attribute so developer knows not to touch it

Found in

EPiServer.Forms 4.5.1

Fixed in

EPiServer.Forms 4.6.1

(Or a related package)

Created

Jun 08, 2017

Updated

Jun 30, 2017

Area

Built-in elements

State

Closed, Fixed and tested


Description

The class .EPiServerForms is still required, because it's used inside the ParagraphTextElementBlock view. This should be an attribute as well, so developers know not to touch it.

Use both .EPiServerForms and [data-f-type="form"]

var $form = $('.EPiServerForms, [data-f-type="form"]')