submit form without refresh the page and show the user after submitted
Hi everyone,
I have tried all the tutorial on the net which I can search, but all of them work without showing me the confirm message.
My submit form is simple as follow
name input
email input
textarea comment box
The user put their information in, the it will be valid using
after the user submit the form, all the information will be sent over the internet to a mail.php file to process the sending.
the form disappear and a message confirmation appear.
However, all this process will not make the from refresh.
Please help me out
Thank you very much.