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

Try our conversational search powered by Generative AI!

Required Validator message shown on FileUpload although data is added

Found in

EPiServer.Forms 4.4.4

Fixed in

EPiServer.Forms 4.5.0

(Or a related package)

Created

Apr 07, 2017

Updated

Apr 14, 2017

Area

Validation for elements

State

Closed, Fixed and tested


Description

Steps to reproduce

1. Create a multistep form:
_FormStep1 : FileUpload(required validator), Element1,
_ FormStep2: Element2..
2. Add the form to a page then publish.
3. View the page.
4. Enter data on FileUPload then click Next step > Data of FileUPload is saved.
5. Click the Previous step button.
6. Edit data on Element1 (or do nothing).
7. Click Next step.

Expected: No validator message.
Actual: Required message is shown on FileUPload.