I have multiple Doc2Form forms appearing on a single page. Submitting any of them causes validation to run on all of the other forms, which is stopping the one being submitted from getting through.
I'm using the latest Umbraco 4.7 and the latest Doc2Form.
How can I fix this?
Multiple forms on one page - validation issue
I have multiple Doc2Form forms appearing on a single page. Submitting any of them causes validation to run on all of the other forms, which is stopping the one being submitted from getting through.
I'm using the latest Umbraco 4.7 and the latest Doc2Form. How can I fix this?
Maybe there is something in http://our.umbraco.org/forum/using/ui-questions/4659-custom-validation-group-on-AutoForm you can use.
My guess would be, to add, if possible, different validationsgroups to each form.
But I don't know the Doc2Form package enough to say it is a possibility
is working on a reply...