Hiya, this question is regarding this tutorial: https://css-tricks.com/creating-a-unique-contact-for/ creating a unique contact form.
I was wondering if it’s possible to put the “message sent” or “error” messages on the same page? All pages of my website are in one html file and I use jQuery to fade in/out pages. I want to put a contact form on one of the divs not a separate html file, and have all confirmation/error messages (such as invalid email) display instantly without opening a different html page, is that possible? Can someone show me please.
Thanks.