Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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
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
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?