Try our conversational search powered by Generative AI!

Episerver Forms Dynamic form field dependencies problem

Fixed in

EPiServer.Forms 4.24.1

(Or a related package)

Created

Feb 26, 2019

Updated

Mar 26, 2019

State

Closed, Fixed and tested


Description

Steps to reproduce:
1. Add form container in StartPage with these elements:

2. In "Do you want more choices?", add "Yes" and "No"

3 In "More choices", add "Choice 1", "Choice 2" and "Choice 3", add dependencies


4. Check “Show a summary confirmation message after submission”

5. Click "Yes", "Choice 1" and "Choice 2"

6. Click "No" and submit

Expected: Popup show
"Do you want more choices?: No"

Actual: Popup show
"Do you want more choices?: No
More choices: Choice 1, Choice 2"