andrewjknox
-
1/5/2012 10:27:08 AM
BizForm - UpdatePanel issue
Hi there, I'm using an ASPX template to place a BizForm. I've referenced it by name and it all comes out and submits fine.
But, when I drop it into an UpdatePanel, it seems to add in a '.' (dot) character to the form field values - one '.' for each submission of the form.
<asp:UpdatePanel ID="upnlContactForm" runat="server"> <ContentTemplate> <cms:BizForm ID="frmContactUs" runat="server" FormName="TestContactUs" /> </ContentTemplate> </asp:UpdatePanel>
I don't suppose anyone has any idea on what could be happening? Regards, Andrew
|