Hi,
I'm trying to create a form that sends the customer's name and email address to icontact (an email list application).
All the values are correct for icontact and if I submit the form as usual, icontact responds that it added the email address. The success message loads in a new page from icontact's website.
What I'd like to accomplish is that ajax would send the form and returns a success message within the current page, without sending the customer to a new page.
Here is the test page: http://www.skhot.com/test/js-test/forms/index.php