Hello,
I'm using RS Forms Pro and I'm trying to integrate it with Paypal.
I'm having an issue with custom scripting. I've submitted a ticket with them, and they've responded with the example from their tutorial. Unfortunately this example has at least one syntax error that I can see right off the bat. Unless there's supposed to be two";" at the end of that line of code
Since I'm not that familiar with Paypal scripting, I figured that I'd ask you guys if you have any experience with this, in the hopes you may be able to help.
I'll paste the script that RS sent me, and maybe you'll see something I'm overlooking. This script is for one item with a set amount.
$business='user@site.com';
$item_name='Name';
$currency_code='USD';
$amount=1;
$return='http://site/new-enrollment-registration-form';;
header('Location: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=';.$business.'&item_name='.$item_name.'¤cy_code='.$currency_code.'&amount='.$amount.'&return='.$return);
If you could offer some insight I'd really appreciate it
Thanks,
RS Forms Pro and Paypal Integration







