Jump to content

[SOLVED] "Buy Now" Button


Lambneck

Recommended Posts

This is the first time I've done any type of online payment system and I was wondering if there is a way to combine the actions of a paypal button form with another form on my website.

 

Whats being sold is ad space. I have a form that collects the ad data and stores it in a mysql database. And I have a paypal buy now button. Does anyone know how I can make it so that when the paypal button is clicked the form collecting ad data will process and allow the paypal button form to process its action too?

Link to comment
https://forums.phpfreaks.com/topic/166744-solved-buy-now-button/
Share on other sites

I haven't used the Paypal shopping cart recently, but I'd assume that you can use a javascript function to submit the one form when the other is submitted. You would need to look into submitting forms with javascript. You could use document.formname.submit();

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.