[ad_1]
Has anybody had experience with integrating **Gravity Forms** and **Stripe** for a **custom Donation form layout?**
My team are finding there’s limitations with the payment field, presenting as: Card Number, MM/YY, CVC, ZIP. The Name on card field sits below.
Any ideas on how custom field layouts can be achieved without having to build an entire integration between Gravity and Stripe?
And, any ideas on how to remove the ZIP field, or at least move it?
TIA!
[ad_2]
Link?
Define “custom donation form”? What’s custom? Why not just use the GF Stripe element?
I have extensive experience with this. Literally thousands of integrations. Stripe requires the zip field for authenticating the payment. The only real way around having it where it is, is to add another field somewhere, and dynamicly completing the now hidden field with the other Field’s content. The CC fields that show in the stripe fields are all required fields. Must have content or will fail to complete the transaction.
That said, you can use jQuery or JavaScript to move the fields around or otherwise adjust the field order.