aiden857 Posted February 22, 2007 Share Posted February 22, 2007 Hi there having a big problem. i am using paypay to accept online payments i got the script from there site but what i have done is i put extra fields on the page and i need to also send an email to myself with all the deatils from the extra fields. so what i need is a mail form combined with a form to send the required feilds to paypal. the form action looks like this <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> im now even confused writing this. short and simple i need to send info to the above paypal address and info to my email all in one click. Please please help :'( Link to comment https://forums.phpfreaks.com/topic/39680-dual-form/ Share on other sites More sharing options...
interpim Posted February 22, 2007 Share Posted February 22, 2007 not sure you can have 2 actions in a form... The only way I could think is to build a action script that does what you need, then sends the rest of the info to Paypal via their link. Link to comment https://forums.phpfreaks.com/topic/39680-dual-form/#findComment-191564 Share on other sites More sharing options...
aiden857 Posted February 22, 2007 Author Share Posted February 22, 2007 im just stumped on this one :'( i think i need to write the one php form for both actions. Link to comment https://forums.phpfreaks.com/topic/39680-dual-form/#findComment-191570 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.