hello,i want to ask something about wordpress plugin.i want to install some plugin which use to sell something via paypal..i mean,i want to know the plugin that can we fill the form like name,email,url,multiple choice option like category..something like this one http://getwebvisitors.com/buy-web-traffic/..for example..anyone please if you know..thank you
Looking to their website source code, I found that they are using Formidable Forms Plugin to create respective forms (I don't know about payment part), but you can achieve similar results with a simple HTML form with form action set to PayPal processing page, and than use PayPal IPN to get transactions results back.