View Single Post
  #23  
Old 05-26-2007, 06:01 AM
navaldesign's Avatar
navaldesign navaldesign is offline
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,509
Default Re: Custom generated PayPal Button

There are some mistakes in your form:
1. The page must be php and not html.
2. The form has no action at all. The action should be the page itself: "dform.php"
3. Encoding type: it is set to text / plain, must be multipart / form data
4. You need Radio buttons, not checkboxes because only one ammount should be chosen.
5. These radio buttons should have the same Group name (at the moment they are unnamed)
6. You do NOT have the "If "statement so hat the button will only appear after a selection has been made.
7. You did not define any item name, item value etc when creating the button. Also no return page. Did you create it in PayPal, or did you use BV's PayPal tool?
8. You did not replace the item name and value (which do not exist) with the php code as per tutorial.
Please read again and follow the instructions.
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Reply With Quote