I that case then what you want is: (I am assuming you are using PHP)
- SAJAX (for implementing AJAX) - modernmethod.com/sajax/
- set the onsubmit value of your form to the AJAX call.
- Have your backend receive the email and use PHP mail function to send to you.
Basically. |