Do Gravity Forms have the capability to connect with Credit Card processors? I am making a Donation page for a 501(c)3 organization, and they have a credit card processor that I need to connect with. Would Gravity Forms work for this?
Do Gravity Forms have the capability to connect with Credit Card processors? I am making a Donation page for a 501(c)3 organization, and they have a credit card processor that I need to connect with. Would Gravity Forms work for this?
Gravity Forms currently only supports PayPal with the PayPal Add-On. If you wanted to integrate with a different credit card processor you would have to write your own customization to handle the integration. So it's possible, but only as a customization. You'd have to create your own Add-On to handle the integration with the 3rd party service.
To connect with the credit card processor, I need to provide them with several hidden input lines. That's not possible to do in gravity forms without heavy customization?
Gravity Forms supports hidden fields. It has a hidden field type. So you an create hidden fields. But the integration with a 3rd party payment provider is going to be fairly heavy anyway, you would need to write the integration between Gravity Forms and the API of the payment processor. You could use the PayPal Add-On as a blueprint/guide to do this, but ultimately it would involve new code for the actual integration between the two systems.