Page 1 of 1

How to display the form results on my website.?

Posted: Wed Apr 23, 2014 1:36 am
by goodmailf
Hi

Here is the form. Where we can search for user details by entering 10 digit number. Example 8978057890

http://goo.gl/7g1RO6

I want to post the data from my website without leaving the page and display the result in my page.

Please help me. How can we do that.

Re: How to display the form results on my website.?

Posted: Wed Apr 23, 2014 6:01 am
by Celauran
AJAX. Attach a listener to the form, prevent default action on submit, send your form data asynchronously, and update the page.