I just did a fresh install of webform_pay, pay and paypal. I wanted to see whether it works any better than my module that it replaced but I don't see any fields for entering credit card information. Attached a few screen shots in case they're of any help for troubleshooting.

Pay 6.x-1.1
PayPal 6.x-1.0-alpha3
Webform 6.x-3.14
Webform pay 6.x-1.0-alpha3

Comments

hootingsalmon’s picture

I needed to have two different pay fields, so I cloned the other one and made the modifications. I'm experiencing the same problem with the cloned pay field.

quicksketch’s picture

@loganthomison: Webform Pay currently only supports a single payment component per form.

@miiiooo: Webform Pay is generally quite broken with new versions of Webform, the patch at #1222634: Multiple page forms broken for Webform Pay by API change in Webform is required to get it functioning again, but I'm not sure if it's directly related to this problem or not.

quicksketch’s picture

Title: No credit card input field is showing » No credit card input field shows when using PayPal Website Payments gateway

I've confirmed that Webform Pay does not work with the "PayPal Website Payments Standard" payment gateway. It does however work fine with Payflow Pro and Authorize.net. I did not check the "PayPal Website Payments Pro" mechanism.

oscarjgarza’s picture

Does anyone know if this is still the case? Wanting to set up Webform Pay with PayPal Website Payments Pro.

Thanks!

chriscalip’s picture

The trouble is paypal direct method and pay api implementation of directing traffic. Payment gateways really don't like the idea of redirecting traffic to their sites with sensitive query string information. What they want is a form post to their site if form values need to be pre-populated.
Big development is that drupal commerce got a sensible approach to the situation by introducing the concept of intermediate form pages that contains the mapped form field key and values .. before doing an auto submit to the payment gateway.

Currently pay api has an issue request to deal with implementing this approach.

http://drupal.org/node/1698148