Lambneck Posted July 21, 2009 Share Posted July 21, 2009 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 More sharing options...
HPWebSolutions Posted July 21, 2009 Share Posted July 21, 2009 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(); Link to comment https://forums.phpfreaks.com/topic/166744-solved-buy-now-button/#findComment-879259 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.