Forums

Ajax next page not work MASK

Raimis 27 Oct, 2015

This is private content


in first step with ajax work "DATE MASK", but in second step do not work MASK in any fields....
GreyHead 27 Oct, 2015
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:
$(":input").inputmask();


Bob
Raimis 27 Oct, 2015
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...
Raimis 28 Oct, 2015
multiplier not work too with container page. work only on first action Load 1 page, or 2 page, or 10 page work. when press back or next page to another page many function not work
This topic is locked and no more replies can be posted.