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
Sorted... I created a mirroring module that added the xform objects to the DynamicDataTransferHandler.AddToExport
foreach (var xForm inXForm.GetForms())
{
Guid formId = (Guid)xForm.Id;
DynamicDataTransferHandler.AddToExport(formId, "XForms");
}
Hi
I have set up a mirroring on my site my live site from my staging site.
Mirroring content works... however, I create forms on my site using dynamic content and after mirroring the form objects are not being synched at all?
NB: I carried out a test by creating an Xform pagetype, and the form objects created for the pagetype successfully mirrored, however implementing this solution will involve painful rejigging of content and code :(
Has anyone come across this issue with Dynamic Content?