Regarding chronoforms

Configure PayPal plugin parameters in ChronoForms.

Overview

The issue occurs when form field labels are incorrectly used instead of the correct parameter mapping format.
Map each PayPal parameter to the corresponding ChronoForms field using the format 'paypal_parameter=cf_parameter'.

Answered
on oneira 04 Jul, 2013
I already installed the full Paypal plugin, but I seem to be having a problem.

I created three hidden fields, 'item_name' 'item_number' and 'amount', and i configured the plug-in to use them. However, when i used the link it just redirects to the paypal page with no info whatsoever

I enabled the debug only option and on the link
https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=WHATEVER&no_shipping=0&no_note=1&return=WHATEVER¤cy_code=CAD&item_name=&amount=&first_name=&last_name=&address1=&address2=&city=&state=&zip=&country=&night_phone_a=&item_number=&


is not adding the three fields i created.

On the plugin it's configured like this:
Item name field(*) = item_name
Amount field(*) = amount
Extra fields = item_number=item_number


Thanks
Gr GreyHead 05 Jul, 2013
Answer
Hi oneira,

These entries look wrong:
Item name field(*) = item_name
Amount field(*) = amount
Extra fields = item_number=item_number
I think you have the labes from your form inputs in there. They should each be:
paypal_parameter=cf_parameter
so
name=item_name
amount=amount
???=item_number
I don't know what PayPal parameter links to Item Number here.

Bob
This topic is locked and no more replies can be posted.