Please help me. I have a website that I sell some products on and my customer has to fill in a form to give me crucial information for me to deliver the product right. The problem is after they finish filling the form, I direct them to a Paypal invoice page directly and the information is incorrect as in the form, it has options and Paypal shows me like "396", I have so many products that I don't know which one it is. I would like to ask you guys how I can make the form sends me the information first and redirect them to my Paypal invoice page then back to my website. My question is how can I do it and what codes do I need to use? Please help me. It would be much appreciated.
Hello, you just change the action of your form to your verification page with something like this: <form method="post" action="verification.php"> ... </form> and for your verification.php page you make some conditions with redirection: <?php if($good){redirect to paypal} else{redirect to the error page) ?>
If you dont try to send the info to PayPal and just catch it at your site first, the issue is they'll have to re-enter it. If you have all of that why don't you take credit cards at your site? After the user is directed to PayPal they alllow success and unsuccessful landing pages. You can fill that out in advanced settings on your merch buttons. What is stopping you from accepting credit cards at your site? Depending on how many sales your site has, they have credit card numeric systems you can order from your bank etc.