On my page I have a couple of "forms" that is generated using regular .NET server controls. I use ValidationGroup to make sure the validation controls validates the right fields upon submitting data. These forms are permanent at the bottom frame of my site.
I also use XForms in my site to generate forms. My problem is that when I try to submit these forms the validation controls of my permanent kicks in. Is there a way to add ValidationGroup to XForm generated controls?
Im using EPiServer 4.61.
--
Øystein