How to load XFormStatistics from a remote form?

Vote:
 
I would like to output the results of a form from another page within my template. I have the Guid of the form in question, so would like to do something like: Statistics.FormDefinitionID = thisGuid; However, FormDefinitionID is read only, so how can I achieve what I want? Many thanks, /\dam
#13088
Jun 25, 2007 17:15
Vote:
 
You shuld be able to accomplish this by instead setting the PageLink and PropertyName properties to that of the other page/form, something like: Statistics.PageLink = pageLinkOfRemotePage; Statistics.PropertyName = "MainXForm"; //or whatever the form property is named Regards, Johan Olofsson EPiServer AB
#15389
Jun 26, 2007 9:51
Vote:
 
That's great, many thanks Johan. /\
#15390
Jun 26, 2007 10:15
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.