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
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.
RegardsLinus EkströmEPiServer 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