Hi,
I have a multipage form, he works well.
But js validation doesn't work anymore.
It's a big form with jquery script, i looked for a conflict but without success.
form: http://dev.snowdag.com/fr/produits/dossards-1-8
For testing: try quantity_serie_1 = '' on first page or email on page 2 .
If these fields are empty
js error consol said : b.match is not a function on jquery.inputmask.js (v 3.1.27, the last isnt'it?)
I tryed to remove all mask; I have no more error message. But still not asterisk, js validation and (WTF!) error messsage.
In form's setup tab, on each event, I placed items in this order: multipage, load css, custom code, load js, js validation, html render. Custom code contains php; load js contains js with jquery script (namespace jQuery, no $).
js validation works with (very) older version of my form, and with simple form.
I looking for a conflict for 2 days, please HELP !
I have a multipage form, he works well.
But js validation doesn't work anymore.
It's a big form with jquery script, i looked for a conflict but without success.
form: http://dev.snowdag.com/fr/produits/dossards-1-8
For testing: try quantity_serie_1 = '' on first page or email on page 2 .
If these fields are empty
js error consol said : b.match is not a function on jquery.inputmask.js (v 3.1.27, the last isnt'it?)
I tryed to remove all mask; I have no more error message. But still not asterisk, js validation and (WTF!) error messsage.
In form's setup tab, on each event, I placed items in this order: multipage, load css, custom code, load js, js validation, html render. Custom code contains php; load js contains js with jquery script (namespace jQuery, no $).
js validation works with (very) older version of my form, and with simple form.
I looking for a conflict for 2 days, please HELP !