So currently I have a little contact form made in HTML. At the moment when the submit button is hit it forwards to another page where it is sent by PHP, a thank you message is displayed and then that page redirects back to the form again.
Is there a better way of doing it so that the form can submit the email and then on that same page a message be displayed to say thank you? Maybe a bit of jQuery?
Is there a better way of doing it so that the form can submit the email and then on that same page a message be displayed to say thank you? Maybe a bit of jQuery?