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.
How to display the form results on my website.?
Moderator: General Moderators
Re: How to display the form results on my website.?
AJAX. Attach a listener to the form, prevent default action on submit, send your form data asynchronously, and update the page.