Hi!
Have you tried looping through the forms and form data for each form and if so, does that not work for you?
Regards
Linus Ekström
EPiServer Development Team
The current status is that i'm able to get the data from the form using GetPostedData(), which means i'm now stuck with a SerializableXmlDocument which i'm not sure how to handle :)
I guess i could use XPath or LINQ to get the values from the XML-document, but is this the way to do it?
Hi!
Try the method GetValues() on the XFormsData class which returns a NameValueCollection with the keys and values for the posted form.
/Linus
Hi friends,
I have one doubt regarding the XForm.whether i have to create it in source window or I hv to create it in EpiServer in ADMIN mode?
Does anyone have an example on how to access XForm data throught ObjectStore? I need to transfer data from EPiServer XForms to other databases somehow...