Hai to every one.....
I have a problem with paypal connectivity to my form.....
well...... i wanna make membership form with paypal redirection page and i have done it....
but my problem is to create descriptions and amount on paypal redirection page ....
i have a 3 members....
member 1------>$30
member2------->$60
and member3------>$90
when user checks any of these members then redirection page will have to show respected description and amount which will be chosen.....
ex :-
if user selects member1 then paypal redirection page have to show member1 as a description and $30 as an amount...
hope you ll get it.....
can anyone tell me how to do this???
thanks
I have a problem with paypal connectivity to my form.....
well...... i wanna make membership form with paypal redirection page and i have done it....
but my problem is to create descriptions and amount on paypal redirection page ....
i have a 3 members....
member 1------>$30
member2------->$60
and member3------>$90
when user checks any of these members then redirection page will have to show respected description and amount which will be chosen.....
ex :-
if user selects member1 then paypal redirection page have to show member1 as a description and $30 as an amount...
hope you ll get it.....
can anyone tell me how to do this???
thanks
Hi Ruban,
So you have a radio box group ? just name it "amount" and set the values to 30, 60 and 90, then use "amount" as the "amount" field in your PayPal redirect.
You will then need to detect the selected amount and add the description you want to the $form->data array before the PayPal redirect runs.
Regards,
Max
So you have a radio box group ? just name it "amount" and set the values to 30, 60 and 90, then use "amount" as the "amount" field in your PayPal redirect.
You will then need to detect the selected amount and add the description you want to the $form->data array before the PayPal redirect runs.
Regards,
Max
This topic is locked and no more replies can be posted.