Hello,
I am trying to allow a user to enter credit card information i.e card
type,card number and expiration.
Are there any standard fields available to handle these common types?
I was doing:
${.field("cardnumber",
h.text(name="cardnumber"),
required=True,
)}
I can use the below, but its kinda lame as my son would say.
Much appreciated any assistance on this.
Thanks,
Garyc
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.