Forum
Form submission with out page refresh.
Hi I am using free Form App in my website and it is working fine . But when I submit the form, the page refreshes or reloads. I want to prevent the page refresh. Is it possible? If not, can I submit the form using JQuery/java script and how?
Yes, however you would need to write your own JavaScript to do this. If you need help with JavaScript this probably isn't the best forum.
Ok, thanks no problem.
But I do have another question about it, when I submit the the form using ajax
Here I need to display success message what ever I have provided in the admin panel. How I will get the response message and display it in the perch? Is there any way possible?
This blog post by Phil Smith might be useful.