Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

xforms stopped working

Vote:
 

We have created some xforms in epi 7 preview, but now they will not render anymore

 

Debugging, formGuid is null in this line, the propertyname is correct

string formGuid = CurrentPage[XFormProperty] as string;

 

Have you changed anything regarding this in the release of EPi 7?

 

#63638
Nov 22, 2012 16:50
Vote:
 

XForm properties now return XForms directly instead of the id as a string so just use:

XForm form = CurrentPage[XFormProperty] as XForm;

or in the typed manner: XForm form = myPageInstance.XFormProperty

#63639
Nov 22, 2012 17:27
Vote:
 

Great help.

Can you please let me know how to display the results in "XFormStatistics" control.

at present i'm getting empty values, like below.

 

bNaN

aNaN

b is question,  total is not showing instant showing NaN

 

Thanks

 

#73297
Jul 15, 2013 8:25
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* 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.