Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
The problem was that FormContainerBlock.cs had commented line:
@await Html.PartialAsync("FormContainerInitScript", Model)
Uncommenting the above line helped with the case.
Using Episerver.Forms, after submitting data, when there are validation errors, aria-invalid remains false.
Part of HTML after form submission for Type = Text where Validators is set to Required:
Is that a bug or configuration issue?