The field that should be a calender is the When should coverage start? field.
http://www.donerhorsley.ca/auto-insurance-form-test/
thanks.
Hi There,
I took a look and see that the issue is your theme is overriding and including an outdated version of jQuery (1.5.2).
You’ll need to have at least jQuery 1.7 for it to work correctly.
Unfortunately theres not much I can do about themes hardcoding a static version of the library.
Hey David. I’ve corrected the jquery line so that it’s pulling the current version of jquery but the problem persists. Can you suggest something else?
the link you’re using to jQuery is giving a 404 – http://ajax.googleapis.com/ajax/libs/jquery/latest/jquery.js
if you need to use a CSN, use this link: //code.jquery.com/jquery-1.11.0.min.js
doh! Okay, i’ve used the CSN but still no dice.
working for me now- make sure you reload the cache – screenshot of it working on my side : http://cl.ly/image/330K0p0G2r08
My bad. I was looking in the wrong place. Thanks a tonne. Most excellent support.
have an awesome day.
hi
what about using html5shim and this code
<script src=”//cdn.jsdelivr.net/webshim/1.14.5/polyfiller.js”></script>
<script>
webshims.setOptions(‘forms-ext’, {types: ‘date’});
webshims.polyfill(‘forms forms-ext’);
</script>