Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Contact Form Submit Re: Contact Form Submit

#59289

You want to use the jQuery Form plugin http://malsup.com/jquery/form/#getting-started

Basically you add a script to your page as follows:

Code:

Where #myform is the id of your form and #mydiv is the id of the div you want to contain the message.