This is private content
in first step with ajax work "DATE MASK", but in second step do not work MASK in any fields....
Hi Raimis,
Is there any particular reason for using Ajax loading here?
As far as I can see the inputmask initialisation isn't run when the second page is loaded (this is probably a ChronoForms bug). You'd need to do this manually or turn off the AJAX submission. The code is:
Bob
Is there any particular reason for using Ajax loading here?
As far as I can see the inputmask initialisation isn't run when the second page is loaded (this is probably a ChronoForms bug). You'd need to do this manually or turn off the AJAX submission. The code is:
$(":input").inputmask();
Bob
Hmm if add in form not work, if load this
$(":input").inputmask();
on firebug work. whats wrong ? i`m trying not Ajax load, simple not work too...
This topic is locked and no more replies can be posted.