You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django Users
Hi,
I'm using a module called creditcard.py (to be honest I can't recall
where I got it) and it works just great for phones, firefox desktop,
chrome desktop with my Django forms. But (of course there is a but) it
is not working with the Safari desktop (laptop) 10.9 (mostly likely all
versions of Safari).
Of course I only want month and year and could get it work using using
numbers and two fields. But I don't want to lose the nice way the field
works on phones - where a native date/Month selection control appears
when entering the field.
So does anyone have a suggestion on how to create a credit card expire
field on my website that works for Safari and the phones?