Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Form container doesn't detect newly added element

Found in

EPiServer.Forms 4.18.0

Fixed in

EPiServer.Forms 4.20.0

(Or a related package)

Created

Sep 28, 2018

Updated

Dec 05, 2018

State

Closed, Fixed and tested


Description

Preconditions:
Form1 has Element1 and a Submit button. It is published.

Steps to reproduce:

  1. Go to the All Properties mode of Form1.
  2. Drag Element2 to Form1. It detects the change (Autosave works).
  3. Drag Element3 to Form1. It doesn't detect the change (Autosave doesn't work).
  4. Publish Form1.

Expected:
Element2 and Element3 are added.

Actual:
Only Element2 is added.