I have a pretty large form section (< form runat="server" >) in my .aspx. In this section I have multiple elements, html and < asp: > elements.
The form by itself runs ok until I try to get parsley to validate the items in there. Basically it seems that having a form inside a form is not possible with parsley, even though it runs without issues otherwise.
What happens is that the parsley function I found in the docs will not run correctly. I get as error in the console:
I have tried the basic example as mentioned in my link above in an almost empty .aspx page and the function in the picture runs fine and I can see the validation happening in the page same as in the example.
Is it possible to "mix" both forms as in my use case and have parsley do the validation or is parsley not usable in this particular case?
Many thanks in advance!