My form disappears when I turn on masking for zipcode. I have turned off all plugins. I have removed all javascripts from my template, so the only javascripts are included by gravityforms, except my jquery function call in my functions.php. I even removed everything from my functions file except the dereg, reg jquery. If I remove the jquery dereg/reg, the form works properly. I tried it with in_footer set to true and false.
if( !is_admin()){
wp_deregister_script('jquery');
wp_register_script('jquery', ("//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"), false, '1.10.1', false);
wp_enqueue_script('jquery');
}
The js console gives me two errors:
Cannot read property 'msie' of undefined
and
Object [object Object] has no method 'mask'
I can get the page to form to function properly if I just let jquery load by default, but this is not the solution I would prefer.
my form: http://gl.maxkukoy.com/blog/pre-approval-application