Hi,
Have you found anything new about the behavior already?
If not, could you please try to comment out the part with 'BasicForm':
// Set the live site context
if (viewBiz.BasicForm != null)
{
viewBiz.BasicForm.ControlContext.ContextName = CMS.SiteProvider.ControlContext.LIVE_SITE;
}
it seems that on postback, it could cause initialization of the BasicForm earlier than the BizForm values are set, what means preventing the AlternativeForm to be applied (set)...
We are trying to reproduce it, any feedback would be appreciated. Thanks in advance.
Regards,
Zdenek