Forums

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

Home Forums CSS Thankyou without leaving page (Contact form) Re: Thankyou without leaving page (Contact form)

#76507
Rob MacKay
Participant

You will have to submit the form via Ajax.

Basically you have a PHP file that you send the data to via Ajax and it processes it and spits out a response – you can then show that response on the same page without reloading.

There are lots of tuts on that I am sure you can find one if you Google that kinda thing :D