gravityplus / gravity-forms-braintree

Braintree Gravity Forms Add-On
https://wordpress.org/plugins/gravity-forms-braintree/
3 stars 13 forks source link

Explore possibility of mapping other form fields to transaction #19

Open lukerollans opened 9 years ago

lukerollans commented 9 years ago

Instead of just pushing through data from the Credit Card field only, explore the possibility of allowing the user to manually map certain fields in the form to a field in Braintree.

Such as, allowing field(s) to be specified which will also allow a separate Cardholder Name and Customer Name to be passed through as per https://wordpress.org/support/topic/braintree-not-getting-customer-info?replies=2#post-6098584

JustinSainton commented 8 years ago

:+1: on this, had to filter gform_submission_data_pre_process_payment so we could use a custom payment field.

sfnewbee commented 8 years ago

This would be great!

The form works well but you can enter all incorrect information and it will still go through. The name, expiration, and CVV, can all be wrong and it will not error on the site. When you log into Braintree is says Address and Zipcode not provided And CVV code is incorrect.

Is there a way to create an error if the infomation is incorrect? Additionally is there a way to add the address and zip to the form?