Hi max,π
i need a registration with pay pal support,i have designed the registration page with using CF,its works fine...
Now i want to redirect the user to pay pal based on their input,my requirement is..i have a register form with three radio button namely free,premium,life time respectively,,i get some code in past forums provided by you,i added that code in the auto generated tab,but nothing should be happen,so please explain me what i want to do now,i am very new to pay pal,so i cant able to under stand the code requirements,i am waiting for your optimistic reply,thanks
i need a registration with pay pal support,i have designed the registration page with using CF,its works fine...
Now i want to redirect the user to pay pal based on their input,my requirement is..i have a register form with three radio button namely free,premium,life time respectively,,i get some code in past forums provided by you,i added that code in the auto generated tab,but nothing should be happen,so please explain me what i want to do now,i am very new to pay pal,so i cant able to under stand the code requirements,i am waiting for your optimistic reply,thanks
Hi bala82,
You need to add the values that you need into the PayPal code. Pleae check the PayPal Merchant documents to find the correct values. It must have your PayPal account name, a real amount, etc. . . before the URL will work correctly.
Bob
You need to add the values that you need into the PayPal code. Pleae check the PayPal Merchant documents to find the correct values. It must have your PayPal account name, a real amount, etc. . . before the URL will work correctly.
Bob
thanks GreyHeadπ ,
sorry to say this π i cant get you,because i new to work with payment module,please explain me ....
sorry to say this π i cant get you,because i new to work with payment module,please explain me ....
Hi bala82,
google "basic paypal form code", you will get some results which will show you how to do your basic form, if you have problems then let me know!
Cheers
Max
google "basic paypal form code", you will get some results which will show you how to do your basic form, if you have problems then let me know!
Cheers
Max
Thanks max,,π π π
i have followed your idea now i got some idea,i created a sandbox account and premier account and thereitself i generated a subscribe button,,and i get a auto generated code...
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="8074">
<table>
<tr><td><input type="hidden" name="on0" value="Period">Period</td></tr><tr><td><select name="os0">
<option value="Week">Week
<option value="Month">Month
<option value="Lifetime">Lifetime
</select> </td></tr>
</table>
<input type="image" src="https://www.sandbox.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="">
<img alt="" border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>....
now help me what i want to do with this code,,pls suggest me how to implement this code in CF
i have followed your idea now i got some idea,i created a sandbox account and premier account and thereitself i generated a subscribe button,,and i get a auto generated code...
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="8074">
<table>
<tr><td><input type="hidden" name="on0" value="Period">Period</td></tr><tr><td><select name="os0">
<option value="Week">Week
<option value="Month">Month
<option value="Lifetime">Lifetime
</select> </td></tr>
</table>
<input type="image" src="https://www.sandbox.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="">
<img alt="" border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>....
now help me what i want to do with this code,,pls suggest me how to implement this code in CF
Hi bala82,
Please see my earlier post here. You will need to check the PayPal documentation to find the 'correct' entries to submit your form information to PayPal.
Bob
Please see my earlier post here. You will need to check the PayPal documentation to find the 'correct' entries to submit your form information to PayPal.
Bob
This topic is locked and no more replies can be posted.