[web2py] web2py, stripe, and pci compliance

2013-01-13 Thread Ragtime AllTime
Hello all, I'm looking into using stripe.com as a payment processor for web2py. It looks like web2py provides a nice and easy way for this, but I am a bit worried about pci compliance. On this site shows an example: http://web2py.com/books/default/chapter/29/14#Stripe.com But no where on the

[web2py] Displaying form errors after successful submission?

2013-01-23 Thread Ragtime AllTime
I think I may be going about this wrong, but I want to throw new form errors if something happens after doing form.accepts(...). I'm not using SQLFORM or CRUD, just the FORM(). The scenario is something like this: The user enters payment information correctly, but when I charge the card, the c

[web2py] Re: Displaying form errors after successful submission?

2013-01-23 Thread Ragtime AllTime
the "requires=IS_INT_IN_RANGE(1,100)" for an INPUT() will show up twice. Once underneath the input tag, and again in the html where I set {{=BEAUTIFY(form.errors)}} How would I disable the error display underneath the input tag? On Wednesday, January 23, 2013 10:16:57 PM UTC-5, Ragti