I have a page orderbelow.php which has a form on it with one button "Order Now".
The form is submitted to send-order.php which sends an email to the website owner. The script on send-order.php also directs the user to a new page completeyourorder.php.
There is a form on completeyourorder.php with a button that has the action of sending the user to paypal to complete the payment.
Is it possible to have one button on the first form orderbelow.php that sends the email to the owner, and sends the user to paypal?
This will remove one step in the current process.
Thanks