A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
How does the XForm rendered markup look like? Is the order right there? Could be a CSS issue..
Frederik
Hi!
Have you searched the bug database? I'm pretty sure we fixed this issue for the EPiServer CMS 6 release.
Regards
Linus Ekström
EPiServer Development Team
Hi.
The problem is that the presentation of the form data in edit mode is not in the same order as it is on the form.
The form is:
Name:
Department:
Age:
Sex:
In edit mode the form data is presented in order:
DatePosted , User, Name, Age, Sex, Department
Why is Department presented last when it should be second in the list?
/Andreas