I have two forms on a page. Each calls some javascript code. One goes to paypal and one that goes to a send mail routine. How can I distinguish between the two so they don’t obstruct with each other?
There should only 1 Submit Form on the checkout sheet on a shopping cart.
You can't put 2 <form> in one page!
The contact form should be in a separate page.
When a customer press the submit button the data goes to the database and the page will redirected to the Paypal page with the data.
That is the correct way of doing it.
The only solution is try to put all the info on one form.
LastMitch
Industrious Poster
4,374 posts since Mar 2012
Reputation Points: 149
Solved Threads: 350
Skill Endorsements: 47
Question Answered as of 3 Months Ago by
LastMitch